Sign in
dawn
/
dawn
/
97b98619e818b2cd8896ca4b2b15e3cb902bdcd4
/
.
/
test
/
tint
/
statements
/
decrement
/
for_loop_initializer.wgsl.expected.msl
blob: 1f1ebdf859b566bc66fe2a30f52ef63e2a8d35ea [
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
);
)
{
}
}