2021-05-26 15:41:02 +00:00
|
|
|
#include <metal_stdlib>
|
|
|
|
|
|
|
|
using namespace metal;
|
2022-06-28 02:06:05 +00:00
|
|
|
void main_1() {
|
|
|
|
thread int tint_symbol_1 = 0;
|
|
|
|
int const x_9 = tint_symbol_1;
|
2021-07-30 18:59:06 +00:00
|
|
|
int const x_11 = as_type<int>((as_type<uint>(x_9) + as_type<uint>(1)));
|
2021-05-26 15:41:02 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-06-17 09:10:04 +00:00
|
|
|
kernel void tint_symbol() {
|
2022-06-28 02:06:05 +00:00
|
|
|
main_1();
|
2021-06-17 09:10:04 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|