Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4f32-vec4f32.wgsl.expected.msl
blob: a2185e857c8457c76e4d2892526a42117fae5931 [
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
);
return
;
}