![]() |
Qt 6.x
The Qt SDK
|
#include <qrhivulkan_p.h>
Public Member Functions | |
OffscreenFrame (QRhiImplementation *rhi) | |
~OffscreenFrame () | |
Public Attributes | |
bool | active = false |
QVkCommandBuffer * | cbWrapper [QVK_FRAMES_IN_FLIGHT] |
VkFence | cmdFence = VK_NULL_HANDLE |
int | timestampQueryIndex = -1 |
Definition at line 905 of file qrhivulkan_p.h.
|
inline |
Definition at line 906 of file qrhivulkan_p.h.
References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.
|
inline |
Definition at line 911 of file qrhivulkan_p.h.
References cbWrapper, i, and QVK_FRAMES_IN_FLIGHT.
bool QRhiVulkan::OffscreenFrame::active = false |
Definition at line 916 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginOffscreenFrame(), QRhiVulkan::endOffscreenFrame(), and QRhiVulkan::finish().
QVkCommandBuffer* QRhiVulkan::OffscreenFrame::cbWrapper[QVK_FRAMES_IN_FLIGHT] |
Definition at line 917 of file qrhivulkan_p.h.
Referenced by OffscreenFrame(), ~OffscreenFrame(), QRhiVulkan::beginOffscreenFrame(), QRhiVulkan::destroy(), QRhiVulkan::endOffscreenFrame(), and QRhiVulkan::finish().
VkFence QRhiVulkan::OffscreenFrame::cmdFence = VK_NULL_HANDLE |
Definition at line 918 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::destroy(), and QRhiVulkan::endOffscreenFrame().
int QRhiVulkan::OffscreenFrame::timestampQueryIndex = -1 |
Definition at line 919 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginOffscreenFrame(), and QRhiVulkan::endOffscreenFrame().