diff --git a/res/shader/FlatColor.frag.spv b/res/shader/FlatColor.frag.spv deleted file mode 100644 index 79908ffe..00000000 Binary files a/res/shader/FlatColor.frag.spv and /dev/null differ diff --git a/res/shader/FlatColor.vert.spv b/res/shader/FlatColor.vert.spv deleted file mode 100644 index 2577638b..00000000 Binary files a/res/shader/FlatColor.vert.spv and /dev/null differ diff --git a/res/shader/shader_compile.sh b/res/shader/shader_compile.sh index 753b5738..cde82f67 100755 --- a/res/shader/shader_compile.sh +++ b/res/shader/shader_compile.sh @@ -6,5 +6,4 @@ glslangValidator -V -o FlatColor.frag.spv FlatColor.frag glslangValidator -V -o FlatTexture.vert.spv FlatTexture.vert glslangValidator -V -o FlatTexture.frag.spv FlatTexture.frag - glslangValidator -V -o PositionColor3D.vert.spv PositionColor3D.vert \ No newline at end of file