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