Sign in
dawn
/
dawn
/
749abeaafb609a9d1b0be758489cc4d4bc137ba8
/
.
/
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
);
)
{
}
}