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