Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
bitcast
/
vector
/
f32-u32.wgsl.expected.msl
blob: b8a22f20dbdf837caf2a43b86dfe5d9916bd5526 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float3
const
a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
uint3
const
b
=
as_type
<uint3>
(
a
);
return
;
}