blob: 6420eaf7e73bb97e3828689afcc06660c2b2028e [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(write)]] texture_storage_2d<rgba16uint>;
fn textureStore_0c3dff() {
textureStore(arg_0, vec2<i32>(), vec4<u32>());
}
[[stage(vertex)]]
fn vertex_main() {
textureStore_0c3dff();
}
[[stage(fragment)]]
fn fragment_main() {
textureStore_0c3dff();
}
[[stage(compute)]]
fn compute_main() {
textureStore_0c3dff();
}