mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-13 06:41:20 +00:00
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
![]() |
#version 400 core
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
barrier();
|
||
|
}
|