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