animate/webGl/my-threejs-test/node_modules/glslify-bundle/fixtures/struct.glsl

7 lines
81 B
GLSL

#pragma glslify: export(Light)
struct Light {
vec3 position;
vec4 color;
};