Sign in
dawn
/
dawn
/
d78abb3257ddaf308eafa953d2406a40054f423b
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4u32-vec4f32.wgsl.expected.ir.msl
blob: 7ebeb8417ea3e703299baf21f79e0578837f40d6 [
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
);
}