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

#include <render_pipeline.h>

Public Attributes

vec3 Position
 
float Constant
 
vec3 Color
 
float Linear
 
float Quadratic
 
float __dummy [3]
 

Detailed Description

Point light structure.

Definition at line 49 of file render_pipeline.h.

Member Data Documentation

◆ __dummy

float scl::point_light::__dummy[3]

Definition at line 56 of file render_pipeline.h.

◆ Color

vec3 scl::point_light::Color

Definition at line 53 of file render_pipeline.h.

◆ Constant

float scl::point_light::Constant

Definition at line 52 of file render_pipeline.h.

◆ Linear

float scl::point_light::Linear

Definition at line 54 of file render_pipeline.h.

◆ Position

vec3 scl::point_light::Position

Definition at line 51 of file render_pipeline.h.

◆ Quadratic

float scl::point_light::Quadratic

Definition at line 55 of file render_pipeline.h.


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