scop
a small 3D object loader
|
#include <VulkanApp.hpp>
Public Attributes | |
mat4 | model |
mat4 | view |
mat4 | proj |
Definition at line 158 of file VulkanApp.hpp.
mat4 UniformBufferObject::model |
Definition at line 159 of file VulkanApp.hpp.
mat4 UniformBufferObject::proj |
Definition at line 161 of file VulkanApp.hpp.
mat4 UniformBufferObject::view |
Definition at line 160 of file VulkanApp.hpp.