Renamed sdlgpu to gpu

This commit is contained in:
Sam Lantinga
2024-09-11 07:48:29 -07:00
parent c77e51c084
commit 4123023d3e
48 changed files with 15 additions and 15 deletions

6
src/render/gpu/shaders/spir-v.h generated Normal file
View File

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