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