blob: 4f6ea9893b36623bab99a31b356d41037bdcd5bf [file] [log] [blame]
enable chromium_internal_graphite;
@group(1) @binding(0) var arg_0 : texture_storage_3d<r8unorm, write>;
fn textureStore_8cd611() {
textureStore(arg_0, vec3<u32>(1u), vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_8cd611();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_8cd611();
}