Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QVkSwapChain::FrameResources Struct Reference

#include <qrhivulkan_p.h>

Collaboration diagram for QVkSwapChain::FrameResources:

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

Detailed Description

Definition at line 655 of file qrhivulkan_p.h.

Member Data Documentation

◆ cmdBuf

VkCommandBuffer QVkSwapChain::FrameResources::cmdBuf = VK_NULL_HANDLE

Definition at line 661 of file qrhivulkan_p.h.

◆ cmdFence

VkFence QVkSwapChain::FrameResources::cmdFence = VK_NULL_HANDLE

Definition at line 659 of file qrhivulkan_p.h.

◆ cmdFenceWaitable

bool QVkSwapChain::FrameResources::cmdFenceWaitable = false

◆ imageAcquired

bool QVkSwapChain::FrameResources::imageAcquired = false

◆ imageSem

VkSemaphore QVkSwapChain::FrameResources::imageSem = VK_NULL_HANDLE

Definition at line 656 of file qrhivulkan_p.h.

◆ imageSemWaitable

bool QVkSwapChain::FrameResources::imageSemWaitable = false

◆ timestampQueryIndex

int QVkSwapChain::FrameResources::timestampQueryIndex = -1

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