![]() |
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>
Public Member Functions | |
| QD3D11RenderTargetData (QRhiImplementation *) | |
Public Attributes | |
| QD3D11RenderPassDescriptor * | rp = nullptr |
| QSize | pixelSize |
| float | dpr = 1 |
| int | sampleCount = 1 |
| int | colorAttCount = 0 |
| int | dsAttCount = 0 |
| ID3D11RenderTargetView * | rtv [MAX_COLOR_ATTACHMENTS] |
| ID3D11DepthStencilView * | dsv = nullptr |
| QRhiRenderTargetAttachmentTracker::ResIdList | currentResIdList |
Static Public Attributes | |
| static const int | MAX_COLOR_ATTACHMENTS = 8 |
Definition at line 127 of file qrhid3d11_p.h.
|
inline |
Definition at line 129 of file qrhid3d11_p.h.
| int QD3D11RenderTargetData::colorAttCount = 0 |
Definition at line 139 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginPass(), and RenderTargetUavUpdateState::update().
| QRhiRenderTargetAttachmentTracker::ResIdList QD3D11RenderTargetData::currentResIdList |
Definition at line 146 of file qrhid3d11_p.h.
| float QD3D11RenderTargetData::dpr = 1 |
Definition at line 137 of file qrhid3d11_p.h.
| int QD3D11RenderTargetData::dsAttCount = 0 |
Definition at line 140 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginPass().
| ID3D11DepthStencilView* QD3D11RenderTargetData::dsv = nullptr |
Definition at line 144 of file qrhid3d11_p.h.
|
static |
Definition at line 142 of file qrhid3d11_p.h.
Referenced by QD3D11TextureRenderTarget::QD3D11TextureRenderTarget(), QD3D11TextureRenderTarget::destroy(), and RenderTargetUavUpdateState::update().
| QSize QD3D11RenderTargetData::pixelSize |
Definition at line 136 of file qrhid3d11_p.h.
| QD3D11RenderPassDescriptor* QD3D11RenderTargetData::rp = nullptr |
Definition at line 135 of file qrhid3d11_p.h.
| ID3D11RenderTargetView* QD3D11RenderTargetData::rtv[MAX_COLOR_ATTACHMENTS] |
Definition at line 143 of file qrhid3d11_p.h.
| int QD3D11RenderTargetData::sampleCount = 1 |
Definition at line 138 of file qrhid3d11_p.h.