blob: 07d7ba621ea866fa0b04761da871e42fa7c9c9e5 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_3d<u32>;
fn textureLoad_6bf4b7() {
var res : vec4<u32> = textureLoad(arg_0, vec3<i32>(1i), 1u);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureLoad_6bf4b7();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureLoad_6bf4b7();
}
@compute @workgroup_size(1)
fn compute_main() {
textureLoad_6bf4b7();
}