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