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