Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3u32-vec3i32.wgsl.expected.msl
blob: 5cc822fd0d0b782694298cffad4c3e2c763346a1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint3
const
a
=
uint3
(
1073757184u
,
3288351232u
,
3296724992u
);
int3
const
b
=
as_type
<int3>
(
a
);
return
;
}