vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
ven::ObjectPushConstantData Struct Reference

#include <Object.hpp>

+ Collaboration diagram for ven::ObjectPushConstantData:

Public Attributes

glm::mat4 modelMatrix {}
 
glm::mat4 normalMatrix {}
 

Detailed Description

Definition at line 13 of file Object.hpp.

Member Data Documentation

◆ modelMatrix

glm::mat4 ven::ObjectPushConstantData::modelMatrix {}

Definition at line 14 of file Object.hpp.

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

◆ normalMatrix

glm::mat4 ven::ObjectPushConstantData::normalMatrix {}

Definition at line 15 of file Object.hpp.


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