blob: 4bf85458f0b0cc217321888a7ac77757ce0a9250 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(read)]] texture_storage_2d<rgba32uint>;
fn textureLoad_b6c458() {
var res : vec4<u32> = textureLoad(arg_0, vec2<i32>());
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
textureLoad_b6c458();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
textureLoad_b6c458();
}
[[stage(compute)]]
fn compute_main() {
textureLoad_b6c458();
}