vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
ven::FrameInfo Struct Reference

#include <FrameInfo.hpp>

+ Collaboration diagram for ven::FrameInfo:

Public Attributes

int frameIndex
 
float frameTime
 
VkCommandBuffer commandBuffer
 
Cameracamera
 
VkDescriptorSet globalDescriptorSet
 
Object::Mapobjects
 

Detailed Description

Definition at line 34 of file FrameInfo.hpp.

Member Data Documentation

◆ camera

Camera& ven::FrameInfo::camera

Definition at line 39 of file FrameInfo.hpp.

◆ commandBuffer

VkCommandBuffer ven::FrameInfo::commandBuffer

◆ frameIndex

int ven::FrameInfo::frameIndex

Definition at line 36 of file FrameInfo.hpp.

◆ frameTime

float ven::FrameInfo::frameTime

Definition at line 37 of file FrameInfo.hpp.

Referenced by ven::PointLightSystem::update().

◆ globalDescriptorSet

VkDescriptorSet ven::FrameInfo::globalDescriptorSet

◆ objects


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