![]() |
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 Attributes | |
| VkFramebuffer | fb = VK_NULL_HANDLE |
| QVkRenderPassDescriptor * | rp = nullptr |
| QSize | pixelSize |
| float | dpr = 1 |
| int | sampleCount = 1 |
| int | colorAttCount = 0 |
| int | dsAttCount = 0 |
| int | resolveAttCount = 0 |
| int | dsResolveAttCount = 0 |
| int | shadingRateAttCount = 0 |
| int | multiViewCount = 0 |
| QRhiRenderTargetAttachmentTracker::ResIdList | currentResIdList |
Static Public Attributes | |
| static const int | MAX_COLOR_ATTACHMENTS = 8 |
Definition at line 193 of file qrhivulkan_p.h.
| int QVkRenderTargetData::colorAttCount = 0 |
Definition at line 200 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass().
| QRhiRenderTargetAttachmentTracker::ResIdList QVkRenderTargetData::currentResIdList |
Definition at line 206 of file qrhivulkan_p.h.
| float QVkRenderTargetData::dpr = 1 |
Definition at line 198 of file qrhivulkan_p.h.
| int QVkRenderTargetData::dsAttCount = 0 |
Definition at line 201 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass().
| int QVkRenderTargetData::dsResolveAttCount = 0 |
Definition at line 203 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass().
| VkFramebuffer QVkRenderTargetData::fb = VK_NULL_HANDLE |
Definition at line 195 of file qrhivulkan_p.h.
|
static |
Definition at line 207 of file qrhivulkan_p.h.
Referenced by QVkTextureRenderTarget::QVkTextureRenderTarget(), QVkTextureRenderTarget::destroy(), and QRhiVulkan::executeDeferredReleases().
| int QVkRenderTargetData::multiViewCount = 0 |
Definition at line 205 of file qrhivulkan_p.h.
| QSize QVkRenderTargetData::pixelSize |
Definition at line 197 of file qrhivulkan_p.h.
| int QVkRenderTargetData::resolveAttCount = 0 |
Definition at line 202 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass().
| QVkRenderPassDescriptor* QVkRenderTargetData::rp = nullptr |
Definition at line 196 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass(), and QRhiVulkan::startSecondaryCommandBuffer().
| int QVkRenderTargetData::sampleCount = 1 |
Definition at line 199 of file qrhivulkan_p.h.
| int QVkRenderTargetData::shadingRateAttCount = 0 |
Definition at line 204 of file qrhivulkan_p.h.
Referenced by QRhiVulkan::beginPass().