blob: 8cc059b5ee52d40620f4979bf583ce300a600a90 [file] [log] [blame]
enable chromium_internal_graphite;
@group(1) @binding(0) var arg_0 : texture_storage_1d<r8unorm, write>;
fn textureStore_74886f() {
textureStore(arg_0, 1i, vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_74886f();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_74886f();
}