mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +00:00
Switched GPU renderer shaders to shadercross and HLSL
This commit is contained in:
6
src/render/gpu/shaders/dxil.h
generated
Normal file
6
src/render/gpu/shaders/dxil.h
generated
Normal 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"
|
Reference in New Issue
Block a user