![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhid3d11_p.h>
Classes | |
| struct | Views |
Public Member Functions | |
| QD3D11RenderTargetData (QRhiImplementation *) | |
Public Attributes | |
| QD3D11RenderPassDescriptor * | rp = nullptr |
| QSize | pixelSize |
| float | dpr = 1 |
| int | sampleCount = 1 |
| Views | views |
| QRhiRenderTargetAttachmentTracker::ResIdList | currentResIdList |
Static Public Attributes | |
| static const int | MAX_COLOR_ATTACHMENTS = 8 |
Definition at line 128 of file qrhid3d11_p.h.
|
inline |
Definition at line 157 of file qrhid3d11_p.h.
| QRhiRenderTargetAttachmentTracker::ResIdList QD3D11RenderTargetData::currentResIdList |
Definition at line 167 of file qrhid3d11_p.h.
| float QD3D11RenderTargetData::dpr = 1 |
Definition at line 164 of file qrhid3d11_p.h.
|
static |
Definition at line 130 of file qrhid3d11_p.h.
Referenced by QD3D11TextureRenderTarget::QD3D11TextureRenderTarget(), QD3D11TextureRenderTarget::destroy(), QD3D11RenderTargetData::Views::setFrom(), and QD3D11RenderTargetUavUpdateState::update().
| QSize QD3D11RenderTargetData::pixelSize |
Definition at line 163 of file qrhid3d11_p.h.
| QD3D11RenderPassDescriptor* QD3D11RenderTargetData::rp = nullptr |
Definition at line 162 of file qrhid3d11_p.h.
| int QD3D11RenderTargetData::sampleCount = 1 |
Definition at line 165 of file qrhid3d11_p.h.
| Views QD3D11RenderTargetData::views |
Definition at line 166 of file qrhid3d11_p.h.