![]() |
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 [QVK_FRAMES_IN_FLIGHT] |
| bool | cmdFenceWaitable [QVK_FRAMES_IN_FLIGHT] |
| int | timestampQueryIndex [QVK_FRAMES_IN_FLIGHT] |
Definition at line 1045 of file qrhivulkan_p.h.
|
inline |
Definition at line 1046 of file qrhivulkan_p.h.
References QVkCommandBuffer::QVkCommandBuffer(), cbWrapper, cmdFenceWaitable, QVK_FRAMES_IN_FLIGHT, and timestampQueryIndex.
|
inline |
Definition at line 1055 of file qrhivulkan_p.h.
References cbWrapper, and QVK_FRAMES_IN_FLIGHT.
| bool QRhiVulkan::OffscreenFrame::active = false |
Definition at line 1060 of file qrhivulkan_p.h.
| QVkCommandBuffer* QRhiVulkan::OffscreenFrame::cbWrapper[QVK_FRAMES_IN_FLIGHT] |
Definition at line 1061 of file qrhivulkan_p.h.
Referenced by OffscreenFrame(), and ~OffscreenFrame().
| VkFence QRhiVulkan::OffscreenFrame::cmdFence[QVK_FRAMES_IN_FLIGHT] |
Definition at line 1062 of file qrhivulkan_p.h.
| bool QRhiVulkan::OffscreenFrame::cmdFenceWaitable[QVK_FRAMES_IN_FLIGHT] |
Definition at line 1063 of file qrhivulkan_p.h.
Referenced by OffscreenFrame().
| int QRhiVulkan::OffscreenFrame::timestampQueryIndex[QVK_FRAMES_IN_FLIGHT] |
Definition at line 1064 of file qrhivulkan_p.h.
Referenced by OffscreenFrame().