blob: aeefcf274ea5a415fbbc4c3346543c0529db33b5 [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)]]
fn compute_main() {
textureLoad_c378ee();
}