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