Sign in
dawn
/
dawn
/
a35bac7ac6186eefd258ec15b4d29945485d0352
/
.
/
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
;
}