mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
|
#version 430 core
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
memoryBarrierAtomicCounter();
|
||
|
memoryBarrierBuffer();
|
||
|
memoryBarrierShared();
|
||
|
memoryBarrierImage();
|
||
|
groupMemoryBarrier();
|
||
|
}
|