mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 13:10:06 +00:00
e751bca75c
Adding a test for this also uncovered an extraneous \r in the runtests script, fixed now.
4 lines
47 B
Plaintext
Executable File
4 lines
47 B
Plaintext
Executable File
void main()
|
|
{
|
|
gl_Position = vec4(1.0);
|
|
} |