Fling Engine  0.00.1
Fling Engine is a game engine written in Vulkan
Data Fields
Fling::UboVS Struct Reference

Representation of what vertex data of the dynamic UBO that there is only one of. More...

#include <UniformBufferObject.h>

Data Fields

glm::mat4 Model
 
glm::mat4 Projection
 
glm::mat4 View
 
glm::vec3 CamPos
 
glm::vec3 ObjPos
 

Detailed Description

Representation of what vertex data of the dynamic UBO that there is only one of.

Field Documentation

◆ CamPos

glm::vec3 Fling::UboVS::CamPos

◆ Model

glm::mat4 Fling::UboVS::Model

◆ ObjPos

glm::vec3 Fling::UboVS::ObjPos

◆ Projection

glm::mat4 Fling::UboVS::Projection

◆ View

glm::mat4 Fling::UboVS::View

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