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