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