![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhivulkan_p.h>
Public Attributes | |
VkSemaphore | imageSem = VK_NULL_HANDLE |
bool | imageAcquired = false |
bool | imageSemWaitable = false |
VkFence | cmdFence = VK_NULL_HANDLE |
bool | cmdFenceWaitable = false |
VkCommandBuffer | cmdBuf = VK_NULL_HANDLE |
int | timestampQueryIndex = -1 |
Definition at line 655 of file qrhivulkan_p.h.
VkCommandBuffer QVkSwapChain::FrameResources::cmdBuf = VK_NULL_HANDLE |
Definition at line 661 of file qrhivulkan_p.h.
VkFence QVkSwapChain::FrameResources::cmdFence = VK_NULL_HANDLE |
Definition at line 659 of file qrhivulkan_p.h.
bool QVkSwapChain::FrameResources::cmdFenceWaitable = false |
Definition at line 660 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::endFrame(), QRhiVulkan::recreateSwapChain(), and QRhiVulkan::releaseSwapChainResources().
bool QVkSwapChain::FrameResources::imageAcquired = false |
Definition at line 657 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginFrame(), QRhiVulkan::endFrame(), and QRhiVulkan::recreateSwapChain().
VkSemaphore QVkSwapChain::FrameResources::imageSem = VK_NULL_HANDLE |
Definition at line 656 of file qrhivulkan_p.h.
bool QVkSwapChain::FrameResources::imageSemWaitable = false |
Definition at line 658 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginFrame(), QRhiVulkan::endFrame(), and QRhiVulkan::recreateSwapChain().
int QVkSwapChain::FrameResources::timestampQueryIndex = -1 |
Definition at line 662 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginFrame(), QVkSwapChain::destroy(), and QRhiVulkan::endFrame().