blob: ce15242487de154092776c5f7b6852a3f49a9546 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rgba16sint, read_write>;
fn textureStore_e87f6e() {
textureStore(arg_0, 1i, vec4<i32>(1i));
}
@fragment
fn fragment_main() {
textureStore_e87f6e();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_e87f6e();
}