blob: 94494c3d78804cac16fb9ab43f87eab2698eab67 [file] [log] [blame]
Ben Clayton01e4b6f2022-01-19 22:46:57 +00001@stage(compute) @workgroup_size(1)
Antonio Maiorano9943de62021-12-22 15:02:09 +00002fn f() {
3 let a = 4u;
4 let b = vec3<u32>(0u, 2u, 0u);
5 let r : vec3<u32> = a % b;
6}