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