Fling Engine  0.00.1
Fling Engine is a game engine written in Vulkan
Data Fields
Fling::OffscreenUBO Struct Reference

UBO for mesh data. More...

#include <OffscreenSubpass.h>

Data Fields

glm::mat4 Projection
 
glm::mat4 Model
 
glm::mat4 View
 
glm::vec3 ObjPos
 

Detailed Description

UBO for mesh data.

Field Documentation

◆ Model

glm::mat4 Fling::OffscreenUBO::Model

◆ ObjPos

glm::vec3 Fling::OffscreenUBO::ObjPos

◆ Projection

glm::mat4 Fling::OffscreenUBO::Projection

◆ View

glm::mat4 Fling::OffscreenUBO::View

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