blob: 741a7f02f640e0a1cddc37d88a4d5cd37b627047 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_2d_array<u32>;
fn textureLoad_53e142() {
var res : vec4<u32> = textureLoad(arg_0, vec2<u32>(), 1i, 1i);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureLoad_53e142();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureLoad_53e142();
}
@compute @workgroup_size(1)
fn compute_main() {
textureLoad_53e142();
}