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