Sign in
dawn
/
dawn
/
a35bac7ac6186eefd258ec15b4d29945485d0352
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3u32-vec3f32.wgsl.expected.ir.msl
blob: 668f617629199da8836f956f4058eb00ce2c045f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint3
const
a
=
uint3
(
1073757184u
,
3288351232u
,
3296724992u
);
float3
const
b
=
as_type
<float3>
(
a
);
}