Files
SDL/src/render/gpu/shaders/spir-v.h
Sam Lantinga e2fe23ddab Added hardware accelerated support for palettized textures
Supported backends: direct3d, direct3d11, direct3d12, gpu, metal, opengl, opengles2
2025-09-28 22:10:06 -07:00

11 lines
367 B
C
Generated

#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"
#include "texture_rgba_pixelart.frag.spv.h"
#include "tri_color.vert.spv.h"
#include "tri_texture.vert.spv.h"