Sign in
dawn
/
dawn
/
1fa6a4beb24243ad86bba906eca9c09e4cbb200d
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
48bit
/
vec3f16-vec3f16.wgsl.expected.msl
blob: 76da41cee8f8cef4364c4bcc81dd48f0594aa434 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half3
const
b
=
half3
(
1.0h
,
2.0h
,
3.0h
);
return
;
}