Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::FrameData Struct Reference

#include <vkSwapChain.h>

Public Attributes

VkSemaphore _presentSemaphore {VK_NULL_HANDLE}
 
VkSemaphore _renderSemaphore {VK_NULL_HANDLE}
 
VkCommandBuffer _commandBuffer {VK_NULL_HANDLE}
 
Fence _renderFence
 

Detailed Description

Definition at line 50 of file vkSwapChain.h.

Member Data Documentation

◆ _commandBuffer

VkCommandBuffer Divide::FrameData::_commandBuffer {VK_NULL_HANDLE}

Definition at line 54 of file vkSwapChain.h.

◆ _presentSemaphore

VkSemaphore Divide::FrameData::_presentSemaphore {VK_NULL_HANDLE}

Definition at line 52 of file vkSwapChain.h.

◆ _renderFence

Fence Divide::FrameData::_renderFence

Definition at line 55 of file vkSwapChain.h.

◆ _renderSemaphore

VkSemaphore Divide::FrameData::_renderSemaphore {VK_NULL_HANDLE}

Definition at line 53 of file vkSwapChain.h.


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