dawn-cmake/test/bug/tint/294.wgsl.expected.msl

12 lines
140 B
Plaintext

#include <metal_stdlib>
using namespace metal;
struct Light {
float3 position;
float3 colour;
};
struct Lights {
Light light[1];
};