![]() |
Fling Engine
0.00.1
Fling Engine is a game engine written in Vulkan
|
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 |
Representation of what vertex data of the dynamic UBO that there is only one of.
| glm::vec3 Fling::UboVS::CamPos |
| glm::mat4 Fling::UboVS::Model |
| glm::vec3 Fling::UboVS::ObjPos |
| glm::mat4 Fling::UboVS::Projection |
| glm::mat4 Fling::UboVS::View |
1.8.13