Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 927 of file qrhivulkan_p.h.

Constructor & Destructor Documentation

◆ OffscreenFrame()

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

Definition at line 928 of file qrhivulkan_p.h.

References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.

◆ ~OffscreenFrame()

QRhiVulkan::OffscreenFrame::~OffscreenFrame ( )
inline

Definition at line 933 of file qrhivulkan_p.h.

References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.

Member Data Documentation

◆ active

bool QRhiVulkan::OffscreenFrame::active = false

Definition at line 938 of file qrhivulkan_p.h.

◆ cbWrapper

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

Definition at line 939 of file qrhivulkan_p.h.

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

◆ cmdFence

VkFence QRhiVulkan::OffscreenFrame::cmdFence = VK_NULL_HANDLE

Definition at line 940 of file qrhivulkan_p.h.

◆ timestampQueryIndex

int QRhiVulkan::OffscreenFrame::timestampQueryIndex = -1

Definition at line 941 of file qrhivulkan_p.h.


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