mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 09:52:16 +00:00
7 lines
81 B
GLSL
7 lines
81 B
GLSL
#pragma glslify: export(Light)
|
|
|
|
struct Light {
|
|
vec3 position;
|
|
vec4 color;
|
|
};
|