Sign in
dawn
/
dawn
/
418e8217f8eef3c39348e42c72ea1bf2661e87c6
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
i32-u32.wgsl.expected.msl
blob: 58d38f17d740680601f9e0e1abf65e79354869f1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int
const
a
=
1073757184
;
uint
const
b
=
as_type
<uint>
(
a
);
return
;
}