blob: 22e380e832a52177e0cb88c95f4f9ac9e51430ad [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_2d_array<r32float, read_write>;
fn textureStore_312f27() {
textureStore(arg_0, vec2<i32>(1i), 1u, vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_312f27();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_312f27();
}