![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <vkSwapChain.h>
Public Attributes | |
VkSemaphore | _presentSemaphore {VK_NULL_HANDLE} |
VkSemaphore | _renderSemaphore {VK_NULL_HANDLE} |
VkCommandBuffer | _commandBuffer {VK_NULL_HANDLE} |
Fence | _renderFence |
Definition at line 50 of file vkSwapChain.h.
VkCommandBuffer Divide::FrameData::_commandBuffer {VK_NULL_HANDLE} |
Definition at line 54 of file vkSwapChain.h.
VkSemaphore Divide::FrameData::_presentSemaphore {VK_NULL_HANDLE} |
Definition at line 52 of file vkSwapChain.h.
Fence Divide::FrameData::_renderFence |
Definition at line 55 of file vkSwapChain.h.
VkSemaphore Divide::FrameData::_renderSemaphore {VK_NULL_HANDLE} |
Definition at line 53 of file vkSwapChain.h.