sculpto
Public Attributes | List of all members
scl::lights_storage Struct Reference

#include <render_pipeline.h>

Public Attributes

point_light PointLights [50] {}
 
directional_light DirectionalLight {}
 
spot_light SpotLights [50] {}
 
u32 PointLightsCount {}
 
u32 IsDirectionalLight {}
 
u32 SpotLightsCount {}
 

Detailed Description

Lights storage structure.

Definition at line 81 of file render_pipeline.h.

Member Data Documentation

◆ DirectionalLight

directional_light scl::lights_storage::DirectionalLight {}

Definition at line 84 of file render_pipeline.h.

◆ IsDirectionalLight

u32 scl::lights_storage::IsDirectionalLight {}

Definition at line 87 of file render_pipeline.h.

◆ PointLights

point_light scl::lights_storage::PointLights[50] {}

Definition at line 83 of file render_pipeline.h.

◆ PointLightsCount

u32 scl::lights_storage::PointLightsCount {}

Definition at line 86 of file render_pipeline.h.

◆ SpotLights

spot_light scl::lights_storage::SpotLights[50] {}

Definition at line 85 of file render_pipeline.h.

◆ SpotLightsCount

u32 scl::lights_storage::SpotLightsCount {}

Definition at line 88 of file render_pipeline.h.


The documentation for this struct was generated from the following file: