bloat-buster/dependencies/glslang-15.0.0/Test/hlsl.intrinsics.barriers.comp
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

12 lines
228 B
Plaintext

void ComputeShaderFunction()
{
AllMemoryBarrier();
AllMemoryBarrierWithGroupSync();
DeviceMemoryBarrier();
DeviceMemoryBarrierWithGroupSync();
GroupMemoryBarrier();
GroupMemoryBarrierWithGroupSync();
}