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