![]() |
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 | |
| void | setFrom (int colorAttCount, ID3D11RenderTargetView *const *rtv, ID3D11DepthStencilView *dsv) |
| void | reset () |
Public Attributes | |
| int | colorAttCount |
| ID3D11RenderTargetView * | rtv [MAX_COLOR_ATTACHMENTS] |
| ID3D11DepthStencilView * | dsv |
Definition at line 132 of file qrhid3d11_p.h.
|
inline |
Definition at line 148 of file qrhid3d11_p.h.
References colorAttCount.
|
inline |
Definition at line 138 of file qrhid3d11_p.h.
References colorAttCount, and QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS.
| int QD3D11RenderTargetData::Views::colorAttCount |
Definition at line 134 of file qrhid3d11_p.h.
Referenced by reset(), setFrom(), and QD3D11RenderTargetUavUpdateState::update().
| ID3D11DepthStencilView* QD3D11RenderTargetData::Views::dsv |
Definition at line 136 of file qrhid3d11_p.h.
| ID3D11RenderTargetView* QD3D11RenderTargetData::Views::rtv[MAX_COLOR_ATTACHMENTS] |
Definition at line 135 of file qrhid3d11_p.h.