blob: 01356cc29e9b312f13381f437178644df591319e [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rg32float, read_write>;
fn textureStore_635584() {
textureStore(arg_0, 1u, vec4<f32>(1.0f));
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_635584();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_635584();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_635584();
}