2021-05-17 22:26:57 +00:00
|
|
|
#include <metal_stdlib>
|
|
|
|
|
|
|
|
using namespace metal;
|
2021-06-17 09:10:04 +00:00
|
|
|
void main_1() {
|
2022-06-01 10:08:29 +00:00
|
|
|
float3 v = float3(0.0f);
|
2021-10-20 16:12:33 +00:00
|
|
|
float const x_14 = v[1];
|
2021-05-18 10:28:48 +00:00
|
|
|
float3 const x_16 = v;
|
2021-10-20 16:12:33 +00:00
|
|
|
float2 const x_17 = float2(x_16[0], x_16[2]);
|
2021-05-18 10:28:48 +00:00
|
|
|
float3 const x_18 = v;
|
2021-10-20 16:12:33 +00:00
|
|
|
float3 const x_19 = float3(x_18[0], x_18[2], x_18[1]);
|
2021-05-17 22:26:57 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-06-17 09:10:04 +00:00
|
|
|
kernel void tint_symbol() {
|
|
|
|
main_1();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|