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