Sign in
dawn
/
dawn
/
e856861fedf14ff9a480171e7ac69c78d11ae9ab
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
i32-vec2f16.wgsl.expected.ir.msl
blob: 85159a1d521ef3adf058f7529ab15a042e945033 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int
const
a
=
1073757184
;
half2
const
b
=
as_type
<half2>
(
a
);
}