Sign in
dawn
/
dawn
/
bfd151d2e6977cc3bcfcd1f2e8fd755a0dcb281a
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl.expected.msl
blob: 365a0f9d7c2b4c2c6e98c8d2d2274f77b32b6091 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
v
()
{
int
b
=
2
;
int
c
=
as_type
<int>
((
as_type
<uint>
(
b
)
-
as_type
<uint>
(
as_type
<int>
((~(
as_type
<uint>
(
b
))
+
1u
)))));
}