Fix geometry shader and outdated cmake library name

This commit is contained in:
Shylie
2024-05-29 23:55:39 -04:00
parent 939fea0fa7
commit 10a90a5f6a
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ namespace
" vec2 texcoord;\n"
"} gs_in[];\n"
"flat out int sprite;\n"
"flat vec4 layer_color;\n"
"flat out vec4 layer_color;\n"
"out vec2 texcoord;\n"
"void main()\n"
"{\n"