![]() |
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 | |
bool | update (QD3D11RenderTargetData *data, ID3D11UnorderedAccessView *const *uavs=nullptr, int count=0) |
Public Attributes | |
ID3D11RenderTargetView * | rtv [QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS] |
ID3D11DepthStencilView * | dsv = nullptr |
std::array< ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS > | uav |
Definition at line 183 of file qrhid3d11_p.h.
bool RenderTargetUavUpdateState::update | ( | QD3D11RenderTargetData * | data, |
ID3D11UnorderedAccessView *const * | uavs = nullptr, | ||
int | count = 0 ) |
Definition at line 5589 of file qrhid3d11.cpp.
References QD3D11RenderTargetData::colorAttCount, and QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS.
ID3D11DepthStencilView* RenderTargetUavUpdateState::dsv = nullptr |
Definition at line 186 of file qrhid3d11_p.h.
ID3D11RenderTargetView* RenderTargetUavUpdateState::rtv[QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS] |
Definition at line 185 of file qrhid3d11_p.h.
std::array<ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS> RenderTargetUavUpdateState::uav |
Definition at line 187 of file qrhid3d11_p.h.