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