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

7 lines
81 B
Plaintext
Raw Normal View History

2024-06-24 09:24:00 +00:00
#pragma glslify: export(Light)
struct Light {
vec3 position;
vec4 color;
};