blob: 81d28813dc90f40fc8cb924999df5b5c6186e0c3 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct vertex_main_outputs {
float4 tint_symbol [[position]];
};
void normalize_584e47() {
float2 res = float2(0.70710676908493041992f);
}
float4 vertex_main_inner() {
normalize_584e47();
return float4(0.0f);
}
fragment void fragment_main() {
normalize_584e47();
}
kernel void compute_main() {
normalize_584e47();
}
vertex vertex_main_outputs vertex_main() {
return vertex_main_outputs{.tint_symbol=vertex_main_inner()};
}