Sign in
dawn
/
dawn
/
0e4a030b1708b80e5c7430a5b7fa0e34dfbd230c
/
.
/
test
/
tint
/
statements
/
decrement
/
storage.wgsl.expected.msl
blob: 5d5b6ac81e12740d5f6995d7f04e5d91ca454595 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
device
uint
*
const
tint_symbol_1
)
{
*(
tint_symbol_1
)
=
(*(
tint_symbol_1
)
-
1u
);
}