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
QD3D11RenderTargetUavUpdateState Struct Reference

#include <qrhid3d11_p.h>

Collaboration diagram for QD3D11RenderTargetUavUpdateState:

Public Member Functions

bool update (const QD3D11RenderTargetData::Views &currentRtViews, ID3D11UnorderedAccessView *const *uavs=nullptr, int count=0)

Public Attributes

QD3D11RenderTargetData::Views rtViews
std::array< ID3D11UnorderedAccessView *, QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTSuav

Detailed Description

Definition at line 170 of file qrhid3d11_p.h.

Member Function Documentation

◆ update()

bool QD3D11RenderTargetUavUpdateState::update ( const QD3D11RenderTargetData::Views & currentRtViews,
ID3D11UnorderedAccessView *const * uavs = nullptr,
int count = 0 )

Member Data Documentation

◆ rtViews

QD3D11RenderTargetData::Views QD3D11RenderTargetUavUpdateState::rtViews

Definition at line 172 of file qrhid3d11_p.h.

◆ uav

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

Definition at line 173 of file qrhid3d11_p.h.


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