Removed TEXTURETYPE_PALETTE_PIXELART

This doesn't make any sense since the pixel art algorithm uses a box filter to get an average pixel value which isn't possible with indexed textures.
This commit is contained in:
Sam Lantinga
2025-10-03 17:13:45 -07:00
parent ac2c834021
commit 49d51a0d3c
35 changed files with 11785 additions and 12946 deletions

View File

@@ -32,7 +32,6 @@ typedef enum
SHADER_NONE,
SHADER_SOLID,
SHADER_PALETTE,
SHADER_PALETTE_PIXELART,
SHADER_RGB,
SHADER_RGBA,
SHADER_RGB_PIXELART,