Sign in
dawn
/
dawn
/
7143450998c72258f994acea688164f2fa1ff3eb
/
.
/
test
/
tint
/
expressions
/
binary
/
div
/
scalar-vec3
/
i32.wgsl.expected.dxc.hlsl
blob: c41e7ef6d6387186d3ff04fa9cf55b0253225f25 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int
a
=
4
;
const
int3 b
=
int3
(
1
,
2
,
3
);
const
int3 r
=
(
a
/
(
b
==
int3
(
0
,
0
,
0
)
?
int3
(
1
,
1
,
1
)
:
b
));
return
;
}