|
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
float x_200(thread float2* const x_201) {
|
|
float const x_212 = (*(x_201))[0];
|
|
return x_212;
|
|
}
|
|
|
|
void main_1() {
|
|
float2 x_11 = 0.0f;
|
|
float const x_12 = x_200(&(x_11));
|
|
return;
|
|
}
|
|
|
|
kernel void tint_symbol() {
|
|
main_1();
|
|
return;
|
|
}
|
|
|