Sign in
dawn
/
dawn
/
ea12bfae75b8e57931b32880ac20cf4500dae9aa
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
vec3-vec3
/
u32.wgsl.expected.fxc.hlsl
blob: 5bf855478cf1fae61661bc4f113ac87ad10385e7 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint3 a
=
uint3
(
1u
,
2u
,
3u
);
const
uint3 b
=
uint3
(
4u
,
5u
,
6u
);
const
uint3 r
=
(
a
+
b
);
return
;
}