#include <PointLight.hpp>
Public Attributes | |
glm::vec4 | position {} |
glm::vec4 | color {} |
float | radius |
Definition at line 13 of file PointLight.hpp.
glm::vec4 ven::LightPushConstantData::color {} |
Definition at line 15 of file PointLight.hpp.
glm::vec4 ven::LightPushConstantData::position {} |
Definition at line 14 of file PointLight.hpp.
Referenced by ven::PointLightRenderSystem::render().
float ven::LightPushConstantData::radius |
Definition at line 16 of file PointLight.hpp.