Sign in
dawn
/
dawn
/
1b35e3f9a8c10c11d750fde76f0862e8e9bc9534
/
.
/
test
/
tint
/
statements
/
increment
/
private.wgsl.expected.msl
blob: 4cf93e4c0fd40989d652bd2a3791de5ee54a21c9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
thread
int
*
const
tint_symbol_1
)
{
*(
tint_symbol_1
)
=
as_type
<int>
((
as_type
<uint>
(*(
tint_symbol_1
))
+
as_type
<uint>
(
1
)));
}