First Commit
This commit is contained in:
11
externals/glslang/Test/hlsl.intrinsics.barriers.comp
vendored
Normal file
11
externals/glslang/Test/hlsl.intrinsics.barriers.comp
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
void ComputeShaderFunction()
|
||||
{
|
||||
AllMemoryBarrier();
|
||||
AllMemoryBarrierWithGroupSync();
|
||||
DeviceMemoryBarrier();
|
||||
DeviceMemoryBarrierWithGroupSync();
|
||||
GroupMemoryBarrier();
|
||||
GroupMemoryBarrierWithGroupSync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user