blob: 728595a8271b6372f65ff5903b3a50a47c5dcc89 [file] [log] [blame]
#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
struct S {
int h[1];
};
struct Inputs {
};
struct Outputs {
half4 sk_FragColor [[color(0)]];
};