Lugdunum  0.1.0
Public Attributes | List of all members
lug::Graphics::Vulkan::Render::Window::FrameData Struct Reference
Collaboration diagram for lug::Graphics::Vulkan::Render::Window::FrameData:
[legend]

Public Attributes

API::Semaphore allDrawsFinishedSemaphore {}
 
std::vector< API::SemaphoreimageReadySemaphores {}
 
std::vector< API::CommandBuffercmdBuffers
 

Detailed Description

Definition at line 33 of file Window.hpp.

Member Data Documentation

◆ allDrawsFinishedSemaphore

API::Semaphore lug::Graphics::Vulkan::Render::Window::FrameData::allDrawsFinishedSemaphore {}

Definition at line 34 of file Window.hpp.

◆ imageReadySemaphores

std::vector<API::Semaphore> lug::Graphics::Vulkan::Render::Window::FrameData::imageReadySemaphores {}

Definition at line 35 of file Window.hpp.

◆ cmdBuffers

std::vector<API::CommandBuffer> lug::Graphics::Vulkan::Render::Window::FrameData::cmdBuffers

Definition at line 36 of file Window.hpp.


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