blob: aa29b7c65a9e82d874d6d420d18b66f7628fade8 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_2d<rgba16float, read_write>;
fn textureStore_8a46ff() {
var arg_1 = vec2<i32>(1i);
var arg_2 = vec4<f32>(1.0f);
textureStore(arg_0, arg_1, arg_2);
}
@fragment
fn fragment_main() {
textureStore_8a46ff();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_8a46ff();
}