Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
bitcast
/
vector
/
u32-u32.wgsl.expected.msl
blob: 43d1c6b18aa50a5e9f9b956b7185252923cfac08 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint3
const
a
=
uint3
(
1u
,
2u
,
3u
);
uint3
const
b
=
as_type
<uint3>
(
a
);
return
;
}