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