Added hardware accelerated support for palettized textures

Supported backends: direct3d, direct3d11, direct3d12, gpu, metal, opengl, opengles2
This commit is contained in:
Sam Lantinga
2025-09-27 22:55:21 -07:00
parent b82b1f416f
commit e2fe23ddab
51 changed files with 21216 additions and 15037 deletions

View File

@@ -1,5 +1,7 @@
#include "color.frag.spv.h"
#include "linepoint.vert.spv.h"
#include "texture_palette.frag.spv.h"
#include "texture_palette_pixelart.frag.spv.h"
#include "texture_rgb.frag.spv.h"
#include "texture_rgb_pixelart.frag.spv.h"
#include "texture_rgba.frag.spv.h"