Sign in
dawn
/
dawn
/
refs/heads/chromium/5382
/
.
/
test
/
tint
/
expressions
/
binary
/
mod
/
scalar-vec3
/
u32.wgsl.expected.fxc.hlsl
blob: 396d57a875b13fedabbadb556ae70615c5cf0156 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint
a
=
4u
;
const
uint3 b
=
uint3
(
1u
,
2u
,
3u
);
const
uint3 r
=
(
a
%
(
b
==
uint3
(
0u
,
0u
,
0u
)
?
uint3
(
1u
,
1u
,
1u
)
:
b
));
return
;
}