-
Hello, I am trying to get this running on Ubuntu according to the guide in the readme. But the last step 'make -C build' is interrupted by this error: ERROR: Linking fragment stage: Missing entry point: Each stage requires one entry point Anyway, any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi, @Skamiz ! Seems like your shader compiler is outdated. What is your version of |
Beta Was this translation helpful? Give feedback.
-
daren@nuc01:~/github/OpenGothic$ glslangValidator -v I hope one of these lines answers your question, because I have little Idea what I am doing. |
Beta Was this translation helpful? Give feedback.
daren@nuc01:~/github/OpenGothic$ glslangValidator -v
Glslang Version: 8.13.3559
ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 13.3559
GLSL Version: 4.60 glslang Khronos. 13.3559
SPIR-V Version 0x00010400, Revision 1
GLSL.std.450 Version 100, Revision 1
Khronos Tool ID 8
SPIR-V Generator Version 8
GL_KHR_vulkan_glsl version 100
ARB_GL_gl_spirv version 100
I hope one of these lines answers your question, because I have little Idea what I am doing.