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
QRhiVulkan::OffscreenFrame Struct Reference

#include <qrhivulkan_p.h>

Collaboration diagram for QRhiVulkan::OffscreenFrame:

Public Member Functions

 OffscreenFrame (QRhiImplementation *rhi)
 ~OffscreenFrame ()

Public Attributes

bool active = false
QVkCommandBuffercbWrapper [QVK_FRAMES_IN_FLIGHT]
VkFence cmdFence = VK_NULL_HANDLE
int timestampQueryIndex = -1

Detailed Description

Definition at line 979 of file qrhivulkan_p.h.

Constructor & Destructor Documentation

◆ OffscreenFrame()

QRhiVulkan::OffscreenFrame::OffscreenFrame ( QRhiImplementation * rhi)
inline

Definition at line 980 of file qrhivulkan_p.h.

References QVkCommandBuffer::QVkCommandBuffer(), cbWrapper, and QVK_FRAMES_IN_FLIGHT.

Here is the call graph for this function:

◆ ~OffscreenFrame()

QRhiVulkan::OffscreenFrame::~OffscreenFrame ( )
inline

Definition at line 985 of file qrhivulkan_p.h.

References cbWrapper, and QVK_FRAMES_IN_FLIGHT.

Member Data Documentation

◆ active

bool QRhiVulkan::OffscreenFrame::active = false

Definition at line 990 of file qrhivulkan_p.h.

◆ cbWrapper

QVkCommandBuffer* QRhiVulkan::OffscreenFrame::cbWrapper[QVK_FRAMES_IN_FLIGHT]

Definition at line 991 of file qrhivulkan_p.h.

Referenced by OffscreenFrame(), and ~OffscreenFrame().

◆ cmdFence

VkFence QRhiVulkan::OffscreenFrame::cmdFence = VK_NULL_HANDLE

Definition at line 992 of file qrhivulkan_p.h.

◆ timestampQueryIndex

int QRhiVulkan::OffscreenFrame::timestampQueryIndex = -1

Definition at line 993 of file qrhivulkan_p.h.


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