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-01-05 20:24:22 +00:00
|
|
|
float3x3 m = float3x3();
|
2021-05-18 10:28:48 +00:00
|
|
|
float3 const x_15 = m[1];
|
2021-10-20 16:12:33 +00:00
|
|
|
float const x_16 = x_15[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;
|
|
|
|
}
|
|
|
|
|