Vulkan-Hpp
|
Public Attributes | |
glm::mat4 | model |
glm::mat4 | view |
glm::mat4 | proj |
glm::mat4 | modelIT |
glm::mat4 | viewInverse |
glm::mat4 | projInverse |
Definition at line 202 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::model |
Definition at line 204 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::modelIT |
Definition at line 207 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::proj |
Definition at line 206 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::projInverse |
Definition at line 209 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::view |
Definition at line 205 of file RayTracing.cpp.
glm::mat4 UniformBufferObject::viewInverse |
Definition at line 208 of file RayTracing.cpp.