![]() |
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 (const QD3D11RenderTargetData::Views ¤tRtViews, ID3D11UnorderedAccessView *const *uavs=nullptr, int count=0) |
Public Attributes | |
| QD3D11RenderTargetData::Views | rtViews |
| std::array< ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS > | uav |
Definition at line 170 of file qrhid3d11_p.h.
| bool QD3D11RenderTargetUavUpdateState::update | ( | const QD3D11RenderTargetData::Views & | currentRtViews, |
| ID3D11UnorderedAccessView *const * | uavs = nullptr, | ||
| int | count = 0 ) |
Definition at line 5667 of file qrhid3d11.cpp.
References QD3D11RenderTargetData::Views::colorAttCount, and QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS.
| QD3D11RenderTargetData::Views QD3D11RenderTargetUavUpdateState::rtViews |
Definition at line 172 of file qrhid3d11_p.h.
| std::array<ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS> QD3D11RenderTargetUavUpdateState::uav |
Definition at line 173 of file qrhid3d11_p.h.