blob: 3a032e6f0e942a3e725e8112f7d7038c638a0c8f [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_storage_2d_array<rgba16uint, write>;
fn textureDimensions_5e295d() {
var res : vec2<i32> = textureDimensions(arg_0);
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
textureDimensions_5e295d();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
textureDimensions_5e295d();
}
[[stage(compute), workgroup_size(1)]]
fn compute_main() {
textureDimensions_5e295d();
}