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

#include <render_pipeline.h>

Public Attributes

vec3 Direction
 
u32 IsShadows
 
vec3 Color
 
float __dummy
 
matr4_data ViewProjection
 

Detailed Description

Directional light structure.

Definition at line 60 of file render_pipeline.h.

Member Data Documentation

◆ __dummy

float scl::directional_light::__dummy

Definition at line 65 of file render_pipeline.h.

◆ Color

vec3 scl::directional_light::Color

Definition at line 64 of file render_pipeline.h.

◆ Direction

vec3 scl::directional_light::Direction

Definition at line 62 of file render_pipeline.h.

◆ IsShadows

u32 scl::directional_light::IsShadows

Definition at line 63 of file render_pipeline.h.

◆ ViewProjection

matr4_data scl::directional_light::ViewProjection

Definition at line 66 of file render_pipeline.h.


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