Sign in
dawn
/
dawn
/
1fa6a4beb24243ad86bba906eca9c09e4cbb200d
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
32bit
/
i32-vec2f16.wgsl.expected.ir.msl
blob: f06133328dce6d5aa6b36832251e422d09023c55 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2
const
b
=
half2
(
1.0h
,
2.0h
);
}