зеркало из https://github.com/stride3d/xkslang.git
14 строки
246 B
Plaintext
14 строки
246 B
Plaintext
|
|
||
|
float ComputeShaderFunction()
|
||
|
{
|
||
|
AllMemoryBarrier();
|
||
|
AllMemoryBarrierWithGroupSync();
|
||
|
DeviceMemoryBarrier();
|
||
|
DeviceMemoryBarrierWithGroupSync();
|
||
|
GroupMemoryBarrier();
|
||
|
GroupMemoryBarrierWithGroupSync();
|
||
|
|
||
|
return 0.0;
|
||
|
}
|
||
|
|