blob: 9e13d185b719b465ac8be15ae3bc15932ab60575 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rgba16float, read_write>;
fn textureStore_58fc35() {
textureStore(arg_0, 1u, vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_58fc35();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_58fc35();
}