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