1#include <metal_stdlib>
2#include <simd/simd.h>
3#ifdef __clang__
4#pragma clang diagnostic ignored "-Wall"
5#endif
6using namespace metal;
7struct Uniforms {
8 float x;
9};
10struct Inputs {
11};
12struct Outputs {
13 half4 sk_FragColor [[color(0)]];
14};
15