Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec2f32-vec4f16.wgsl.expected.msl
blob: b867191e943c5e830c92e074df4e707bce72f382 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half4
const
b
=
half4
(
1.0h
,
2.0h
,
3.0h
,
-
4.0h
);
return
;
}