mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-12 22:38:35 +00:00
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
|
#version 400 core
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
barrier();
|
||
|
}
|