blob: b6e67b75d3404933fb5e9d040f76616d2615baa0 [file] [log] [blame]
#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
struct Inputs {
int[1][2][3][4][5][6][7][8] ar;
};
struct Outputs {
float4 sk_FragColor [[color(0)]];
};