Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Renderer::Command Struct Reference

Public Member Functions

 Command (glm::mat4 world_matrix, tenno::shared_ptr< Model > model)
 

Data Fields

glm::mat4 world_matrix
 
tenno::shared_ptr< Modelmodel
 

Detailed Description

Definition at line 83 of file renderer.hpp.

Constructor & Destructor Documentation

◆ Command()

brenta::Renderer::Command::Command ( glm::mat4  world_matrix,
tenno::shared_ptr< Model model 
)
inline

Definition at line 89 of file renderer.hpp.

Field Documentation

◆ model

tenno::shared_ptr<Model> brenta::Renderer::Command::model

Definition at line 86 of file renderer.hpp.

◆ world_matrix

glm::mat4 brenta::Renderer::Command::world_matrix

Definition at line 85 of file renderer.hpp.


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