From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:03:39 -0800 Subject: Initial commit --- contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h (limited to 'contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h') diff --git a/contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h b/contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h new file mode 100644 index 0000000..88489f9 --- /dev/null +++ b/contrib/SDL-3.2.8/src/render/gpu/shaders/dxil60.h @@ -0,0 +1,6 @@ +#include "linepoint.vert.sm60.dxil.h" +#include "tri_color.vert.sm60.dxil.h" +#include "tri_texture.vert.sm60.dxil.h" +#include "color.frag.sm60.dxil.h" +#include "texture_rgba.frag.sm60.dxil.h" +#include "texture_rgb.frag.sm60.dxil.h" -- cgit v1.2.3