Struct LightsInfo

Struct Documentation

struct LightsInfo

Public Members

Vector3 cameraPos
int pointLightCount = 0
PointLightInfo pointLightInfos[MAX_DYNAMIC_POINT_LIGHTS]
int directionalLightPresent = 0
float pad2[3]
DirectionalLightInfo directionalLightInfo
int spotLightCount = 0
float pad3[3]
SpotLightInfo spotLightInfos[MAX_DYNAMIC_SPOT_LIGHTS]