Sign in
dawn
/
dawn
/
868efb97397c9fb5d936f253c94b0da766c1f289
/
.
/
test
/
tint
/
statements
/
decrement
/
workgroup.wgsl.expected.msl
blob: 06d736fea6876a571d0faf9097b6a840ecf4c2fe [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
threadgroup
int
*
const
tint_symbol_1
)
{
*(
tint_symbol_1
)
=
as_type
<int>
((
as_type
<uint>
(*(
tint_symbol_1
))
-
as_type
<uint>
(
1
)));
}