blob: 8931aeea31f21e35e3063d07f7acfa9a80e2c314 [file] [log] [blame]
fn textureBarrier_3d0f7e() {
textureBarrier();
}
@compute @workgroup_size(1)
fn compute_main() {
textureBarrier_3d0f7e();
}