#include #include using namespace metal; struct Uniforms { float x; }; struct Inputs { }; struct Outputs { half4 sk_FragColor [[color(0)]]; };