Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2f32-vec2f32.wgsl.expected.msl
blob: 4cb1a4b967af1e9b56be898247a7c3c7177361c6 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float2
const
a
=
float2
(
2.003662109375f
,
-
513.03125f
);
float2
const
b
=
as_type
<float2>
(
a
);
return
;
}