fix shader

This commit is contained in:
2025-12-17 13:01:43 -08:00
parent de8b9431e0
commit bfb2bc18be

View File

@@ -147,6 +147,7 @@ fn modulo(value:u32)->u32{
}
@mesh(mesh_output)
@payload(taskPayload)
@workgroup_size(1)
fn ms_debug_vert(
@location(0) pos: vec3<f32>,