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