The Joe Engine
Joe's engine programming playground
JoeEngine::JEUBO_ViewProj_Inv Struct Reference

Inverse view and inverse projection matrix struct data for push constants. More...

#include <VulkanShader.h>

Public Attributes

glm::mat4 invProj
 
glm::mat4 invView
 

Detailed Description

Inverse view and inverse projection matrix struct data for push constants.

Member Data Documentation

◆ invProj

glm::mat4 JoeEngine::JEUBO_ViewProj_Inv::invProj

◆ invView

glm::mat4 JoeEngine::JEUBO_ViewProj_Inv::invView

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