blob: a48324c89a9ef5bb3506f695fe948155f0500027 [file] [log] [blame]
#include <metal_stdlib>
#include <simd/simd.h>
#ifdef __clang__
#pragma clang diagnostic ignored "-Wall"
#endif
using namespace metal;
struct Uniforms {
float x;
};
struct Inputs {
};
struct Outputs {
half4 sk_FragColor [[color(0)]];
};