Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-vec3
/
u32.wgsl.expected.ir.msl
blob: 2f882cb1f1489a2f29198c838f2b9889a50f4a05 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
uint
const
a
=
4u
;
uint3
const
b
=
uint3
(
1u
,
2u
,
3u
);
}