blob: 0a1427c3d564142513d24f2dc26ffda43382a060 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct Light {
float3 position;
float3 colour;
};
struct Lights {
Light light[1];
};