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