Vulkan-Hpp
UniformBufferObject Struct Reference

Public Attributes

glm::mat4 model
 
glm::mat4 view
 
glm::mat4 proj
 
glm::mat4 modelIT
 
glm::mat4 viewInverse
 
glm::mat4 projInverse
 

Detailed Description

Definition at line 202 of file RayTracing.cpp.

Member Data Documentation

◆ model

glm::mat4 UniformBufferObject::model

Definition at line 204 of file RayTracing.cpp.

◆ modelIT

glm::mat4 UniformBufferObject::modelIT

Definition at line 207 of file RayTracing.cpp.

◆ proj

glm::mat4 UniformBufferObject::proj

Definition at line 206 of file RayTracing.cpp.

◆ projInverse

glm::mat4 UniformBufferObject::projInverse

Definition at line 209 of file RayTracing.cpp.

◆ view

glm::mat4 UniformBufferObject::view

Definition at line 205 of file RayTracing.cpp.

◆ viewInverse

glm::mat4 UniformBufferObject::viewInverse

Definition at line 208 of file RayTracing.cpp.


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