Sign in
dawn
/
dawn
/
ea12bfae75b8e57931b32880ac20cf4500dae9aa
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-vec3
/
i32.wgsl.expected.dxc.hlsl
blob: 1b2562e535d0f626f6212c040162019c4efc3ea0 [
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
);
return
;
}