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
QD3D11RenderTargetData::Views Struct Reference

#include <qrhid3d11_p.h>

Collaboration diagram for QD3D11RenderTargetData::Views:

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

Detailed Description

Definition at line 132 of file qrhid3d11_p.h.

Member Function Documentation

◆ reset()

void QD3D11RenderTargetData::Views::reset ( )
inline

Definition at line 148 of file qrhid3d11_p.h.

References colorAttCount.

◆ setFrom()

void QD3D11RenderTargetData::Views::setFrom ( int colorAttCount,
ID3D11RenderTargetView *const * rtv,
ID3D11DepthStencilView * dsv )
inline

Definition at line 138 of file qrhid3d11_p.h.

References colorAttCount, and QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS.

Member Data Documentation

◆ colorAttCount

int QD3D11RenderTargetData::Views::colorAttCount

Definition at line 134 of file qrhid3d11_p.h.

Referenced by reset(), setFrom(), and QD3D11RenderTargetUavUpdateState::update().

◆ dsv

ID3D11DepthStencilView* QD3D11RenderTargetData::Views::dsv

Definition at line 136 of file qrhid3d11_p.h.

◆ rtv

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

Definition at line 135 of file qrhid3d11_p.h.


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