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