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