mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
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:
@@ -32,7 +32,6 @@ typedef enum
|
||||
SHADER_NONE,
|
||||
SHADER_SOLID,
|
||||
SHADER_PALETTE,
|
||||
SHADER_PALETTE_PIXELART,
|
||||
SHADER_RGB,
|
||||
SHADER_RGBA,
|
||||
SHADER_RGB_PIXELART,
|
||||
|
Reference in New Issue
Block a user