vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
ven::SimplePushConstantData Struct Reference

#include <RenderSystem.hpp>

+ Collaboration diagram for ven::SimplePushConstantData:

Public Attributes

glm::mat4 modelMatrix {1.F}
 
glm::mat4 normalMatrix {1.F}
 

Detailed Description

Definition at line 19 of file RenderSystem.hpp.

Member Data Documentation

◆ modelMatrix

glm::mat4 ven::SimplePushConstantData::modelMatrix {1.F}

Definition at line 20 of file RenderSystem.hpp.

Referenced by ven::RenderSystem::renderObjects().

◆ normalMatrix

glm::mat4 ven::SimplePushConstantData::normalMatrix {1.F}

Definition at line 21 of file RenderSystem.hpp.


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