Switched GPU renderer shaders to shadercross and HLSL

This commit is contained in:
Sam Lantinga
2025-03-10 20:59:03 -07:00
parent c318b1f926
commit af0420d898
55 changed files with 2840 additions and 4589 deletions

6
src/render/gpu/shaders/dxil.h generated Normal file
View File

@@ -0,0 +1,6 @@
#include "linepoint.vert.dxil.h"
#include "tri_color.vert.dxil.h"
#include "tri_texture.vert.dxil.h"
#include "color.frag.dxil.h"
#include "texture_rgba.frag.dxil.h"
#include "texture_rgb.frag.dxil.h"