Sign in
dawn
/
dawn
/
3c4fddf3e3a23242dce031881fa319d01462e545
/
.
/
test
/
tint
/
statements
/
increment
/
private.wgsl.expected.msl
blob: 019bc09dc707b000290420d058b372e6507dd2a2 [
file
] [
log
] [
blame
]
#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
)));
}