blob: ce8ab3b89442162ff11bee60e405ac79fbdd24e2 [file] [log] [blame]
void textureBarrier_3d0f7e() {
DeviceMemoryBarrierWithGroupSync();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureBarrier_3d0f7e();
return;
}