Qt 6.x
The Qt SDK
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 905 of file qrhivulkan_p.h.

Constructor & Destructor Documentation

◆ OffscreenFrame()

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

Definition at line 906 of file qrhivulkan_p.h.

References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.

◆ ~OffscreenFrame()

QRhiVulkan::OffscreenFrame::~OffscreenFrame ( )
inline

Definition at line 911 of file qrhivulkan_p.h.

References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.

Member Data Documentation

◆ active

bool QRhiVulkan::OffscreenFrame::active = false

◆ cbWrapper

◆ cmdFence

VkFence QRhiVulkan::OffscreenFrame::cmdFence = VK_NULL_HANDLE

Definition at line 918 of file qrhivulkan_p.h.

Referenced by QRhiVulkan::destroy(), and QRhiVulkan::endOffscreenFrame().

◆ timestampQueryIndex

int QRhiVulkan::OffscreenFrame::timestampQueryIndex = -1

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