Sign in
dawn
/
dawn
/
f478bb5506f3f03c2844fabfb10fa1ce4f1c2616
/
.
/
test
/
tint
/
statements
/
decrement
/
for_loop_initializer.wgsl.expected.msl
blob: b700dcaade7580a83ac99ee93cde29cf9de0d989 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
device
uint
*
const
tint_symbol_1
)
{
for
(*(
tint_symbol_1
)
=
(*(
tint_symbol_1
)
-
1u
);
(*(
tint_symbol_1
)
<
10u
);
)
{
__asm__
(
""
);
}
}