Sign in
dawn
/
dawn
/
7f760cb25c36c99d09067a4b8022e91057fcf20f
/
.
/
test
/
tint
/
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
;
}