Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4u32-vec4f32.wgsl.expected.msl
blob: 0f620f31b293207087667144c25bd21c0b9166f0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint4
const
a
=
uint4
(
1073757184u
,
3288351232u
,
3296724992u
,
987654321u
);
float4
const
b
=
as_type
<float4>
(
a
);
return
;
}