Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
RenderTargetUavUpdateState Struct Reference

#include <qrhid3d11_p.h>

Collaboration diagram for RenderTargetUavUpdateState:

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_ATTACHMENTSuav

Detailed Description

Definition at line 183 of file qrhid3d11_p.h.

Member Function Documentation

◆ update()

bool RenderTargetUavUpdateState::update ( QD3D11RenderTargetData * data,
ID3D11UnorderedAccessView *const * uavs = nullptr,
int count = 0 )

Member Data Documentation

◆ dsv

ID3D11DepthStencilView* RenderTargetUavUpdateState::dsv = nullptr

Definition at line 186 of file qrhid3d11_p.h.

◆ rtv

ID3D11RenderTargetView* RenderTargetUavUpdateState::rtv[QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS]

Definition at line 185 of file qrhid3d11_p.h.

◆ uav

std::array<ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS> RenderTargetUavUpdateState::uav

Definition at line 187 of file qrhid3d11_p.h.


The documentation for this struct was generated from the following files: