Sign in
dawn
/
dawn
/
5555694d23e1507c24c76827003d765f6593ecf2
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-vec3
/
u32.wgsl.expected.ir.msl
blob: 46363b712f02d655577db6541fc02ba4bfbf4d21 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
uint
const
a
=
4u
;
uint3
const
b
=
uint3
(
1u
,
2u
,
3u
);
uint3
const
r
=
(
a
*
b
);
}