blob: e8ec3ee480b8d0e0fa8c36a906a73203fae6215a [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(write)]] texture_storage_1d<rgba8unorm>;
fn textureStore_7f7fae() {
textureStore(arg_0, 1, vec4<f32>());
}
[[stage(vertex)]]
fn vertex_main() {
textureStore_7f7fae();
}
[[stage(fragment)]]
fn fragment_main() {
textureStore_7f7fae();
}
[[stage(compute)]]
fn compute_main() {
textureStore_7f7fae();
}