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