EG/RenderPipeline-master/rpcore/shader/includes/light_data.struct.glsl
2025-07-16 10:19:34 +08:00

9 lines
100 B
GLSL

#pragma once
struct LightData {
vec4 Data0;
vec4 Data1;
vec4 Data2;
vec4 Data3;
};