|
sculpto
|
#include <render_pipeline.h>
Public Attributes | |
| vec3 | Direction |
| u32 | IsShadows |
| vec3 | Color |
| float | __dummy |
| matr4_data | ViewProjection |
Directional light structure.
Definition at line 60 of file render_pipeline.h.
| float scl::directional_light::__dummy |
Definition at line 65 of file render_pipeline.h.
| vec3 scl::directional_light::Color |
Definition at line 64 of file render_pipeline.h.
| vec3 scl::directional_light::Direction |
Definition at line 62 of file render_pipeline.h.
| u32 scl::directional_light::IsShadows |
Definition at line 63 of file render_pipeline.h.
| matr4_data scl::directional_light::ViewProjection |
Definition at line 66 of file render_pipeline.h.