mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
Added hardware accelerated support for palettized textures
Supported backends: direct3d, direct3d11, direct3d12, gpu, metal, opengl, opengles2
This commit is contained in:
@@ -31,6 +31,8 @@ typedef enum
|
||||
SHADER_INVALID = -1,
|
||||
SHADER_NONE,
|
||||
SHADER_SOLID,
|
||||
SHADER_PALETTE,
|
||||
SHADER_PALETTE_PIXELART,
|
||||
SHADER_RGB,
|
||||
SHADER_RGBA,
|
||||
SHADER_RGB_PIXELART,
|
||||
|
Reference in New Issue
Block a user