Fix geometry shader and outdated cmake library name
Some checks failed
Make PNG / build-app (push) Failing after 15s

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" " vec2 texcoord;\n"
"} gs_in[];\n" "} gs_in[];\n"
"flat out int sprite;\n" "flat out int sprite;\n"
"flat vec4 layer_color;\n" "flat out vec4 layer_color;\n"
"out vec2 texcoord;\n" "out vec2 texcoord;\n"
"void main()\n" "void main()\n"
"{\n" "{\n"

View File

@ -17,7 +17,7 @@ target_include_directories(test-common
${CMAKE_SOURCE_DIR}/source ${CMAKE_SOURCE_DIR}/source
) )
target_link_libraries(test-common PRIVATE glerminal) target_link_libraries(test-common PRIVATE glerminallib)
file(GLOB_RECURSE file(GLOB_RECURSE
TEST_RESOURCES TEST_RESOURCES