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