Sign in
dawn
/
dawn
/
de601a8efdbbdeb56c97c8d44bc34bba63be4b2c
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4f32-vec4f32.wgsl.expected.ir.msl
blob: e797a3415bf31ed3df81aa0096a016484a73a97d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float4
const
a
=
float4
(
2.003662109375f
,
-
513.03125f
,
-
1024.25f
,
0.00169684563297778368f
);
float4
const
b
=
as_type
<float4>
(
a
);
}