blob: 365727cb51f1960f7db759fa6369cc4501e6cfdc [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_3d<bgra8unorm, read_write>;
fn textureStore_b4389e() {
textureStore(arg_0, vec3<u32>(1u), vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_b4389e();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_b4389e();
}