Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3u32-vec3i32.wgsl.expected.ir.msl
blob: a5b49f391cdacf6408286cca340aeae16279fd1e [
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
);
}