Sign in
dawn
/
dawn
/
6c167a0dc78380dfc5d60623aa435af80066b910
/
.
/
test
/
tint
/
statements
/
increment
/
private.wgsl.expected.msl
blob: 019bc09dc707b000290420d058b372e6507dd2a2 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
thread
int
tint_symbol_1
=
0
;
tint_symbol_1
=
as_type
<int>
((
as_type
<uint>
(
tint_symbol_1
)
+
as_type
<uint>
(
1
)));
}