Sign in
dawn
/
dawn
/
1b35e3f9a8c10c11d750fde76f0862e8e9bc9534
/
.
/
test
/
tint
/
statements
/
increment
/
workgroup.wgsl.expected.msl
blob: cf757e7ae9214046fd54216abc3bce8a13d08d23 [
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
)));
}