This commit is contained in:
xsl
2025-08-30 21:22:56 +08:00
commit 1680bfd279
5 changed files with 1068 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# 在项目根目录下运行
glslangValidator -V shaders/vert.vert -o shaders/vert.spv
glslangValidator -V shaders/frag.frag -o shaders/frag.spv