Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3f32-vec3f32.wgsl.expected.ir.msl
blob: 3d9f5cf1b3875380b1eb2a33a66ada50dd244e07 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float3
const
a
=
float3
(
2.003662109375f
,
-
513.03125f
,
-
1024.25f
);
float3
const
b
=
as_type
<float3>
(
a
);
}