blob: 791ac9f93349c4da8a5ea1e69b95a2f0d9efbcb7 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rg16uint, read_write>;
fn textureStore_a0b75d() {
var arg_1 = 1u;
var arg_2 = vec4<u32>(1u);
textureStore(arg_0, arg_1, arg_2);
}
@fragment
fn fragment_main() {
textureStore_a0b75d();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_a0b75d();
}