Sign in
dawn
/
dawn
/
1b35e3f9a8c10c11d750fde76f0862e8e9bc9534
/
.
/
test
/
tint
/
statements
/
increment
/
array_element.wgsl.expected.msl
blob: 0347508612b70915b95a4b4b25ee1700ea1026d3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
device
uint
(*
const
tint_symbol_2
)[
1
])
{
(*(
tint_symbol_2
))[
1
]
=
((*(
tint_symbol_2
))[
1
]
+
1u
);
}