blob: 0a7ba1a7271fe789d16c24ee0898ebd4f2aa0ac9 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_multisampled_2d<u32>;
fn textureLoad_c378ee() {
var res : vec4<u32> = textureLoad(arg_0, vec2<i32>(), 1);
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
textureLoad_c378ee();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
textureLoad_c378ee();
}
[[stage(compute), workgroup_size(1)]]
fn compute_main() {
textureLoad_c378ee();
}