Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
test
/
tint
/
expressions
/
binary
/
mod
/
scalar-vec3
/
u32.wgsl.expected.hlsl
blob: dd1bb39a650f45358c50e2fbb67d99abb0334bf5 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint
a
=
4u
;
const
uint3 b
=
uint3
(
1u
,
2u
,
3u
);
const
uint3 r
=
(
4u
%
uint3
(
1u
,
2u
,
3u
));
return
;
}