![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 980 of file qrhivulkan_p.h.
|
inline |
Definition at line 981 of file qrhivulkan_p.h.
References QVkCommandBuffer::QVkCommandBuffer(), cbWrapper, and QVK_FRAMES_IN_FLIGHT.
|
inline |
Definition at line 986 of file qrhivulkan_p.h.
References cbWrapper, and QVK_FRAMES_IN_FLIGHT.
| bool QRhiVulkan::OffscreenFrame::active = false |
Definition at line 991 of file qrhivulkan_p.h.
| QVkCommandBuffer* QRhiVulkan::OffscreenFrame::cbWrapper[QVK_FRAMES_IN_FLIGHT] |
Definition at line 992 of file qrhivulkan_p.h.
Referenced by OffscreenFrame(), and ~OffscreenFrame().
| VkFence QRhiVulkan::OffscreenFrame::cmdFence = VK_NULL_HANDLE |
Definition at line 993 of file qrhivulkan_p.h.
| int QRhiVulkan::OffscreenFrame::timestampQueryIndex = -1 |
Definition at line 994 of file qrhivulkan_p.h.