Sign in
dawn
/
dawn
/
9be6b99a4b9c13c8d48691e3bf04ea09b736c03d
/
.
/
test
/
tint
/
expressions
/
bitcast
/
scalar
/
u32-i32.wgsl.expected.msl
blob: 430de90f042ca4638475ce9fc670354b6023ffc3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint
const
a
=
1u
;
int
const
b
=
as_type
<int>
(
1u
);
return
;
}