blob: 8c36a7a90231f3cb22a47d16cd2a1fe46811eb35 [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));
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_58fc35();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_58fc35();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_58fc35();
}