mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
#version 400 core
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
barrier(); // ERROR
|
||
|
}
|