vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
PointLightPushConstants Struct Reference
+ Collaboration diagram for PointLightPushConstants:

Public Attributes

glm::vec4 position {}
 
glm::vec4 color {}
 
float radius
 

Detailed Description

Definition at line 9 of file pointLightSystem.cpp.

Member Data Documentation

◆ color

glm::vec4 PointLightPushConstants::color {}

Definition at line 11 of file pointLightSystem.cpp.

◆ position

glm::vec4 PointLightPushConstants::position {}

Definition at line 10 of file pointLightSystem.cpp.

Referenced by ven::PointLightSystem::render().

◆ radius

float PointLightPushConstants::radius

Definition at line 12 of file pointLightSystem.cpp.


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