Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QD3D11RenderTargetData Struct Reference

#include <qrhid3d11_p.h>

+ Collaboration diagram for QD3D11RenderTargetData:

Public Member Functions

 QD3D11RenderTargetData (QRhiImplementation *)
 

Public Attributes

QD3D11RenderPassDescriptorrp = nullptr
 
QSize pixelSize
 
float dpr = 1
 
int sampleCount = 1
 
int colorAttCount = 0
 
int dsAttCount = 0
 
ID3D11RenderTargetView * rtv [MAX_COLOR_ATTACHMENTS]
 
ID3D11DepthStencilView * dsv = nullptr
 
QRhiRenderTargetAttachmentTracker::ResIdList currentResIdList
 

Static Public Attributes

static const int MAX_COLOR_ATTACHMENTS = 8
 

Detailed Description

Definition at line 127 of file qrhid3d11_p.h.

Constructor & Destructor Documentation

◆ QD3D11RenderTargetData()

QD3D11RenderTargetData::QD3D11RenderTargetData ( QRhiImplementation * )
inline

Definition at line 129 of file qrhid3d11_p.h.

References i, MAX_COLOR_ATTACHMENTS, and rtv.

Member Data Documentation

◆ colorAttCount

int QD3D11RenderTargetData::colorAttCount = 0

Definition at line 139 of file qrhid3d11_p.h.

Referenced by QD3D11TextureRenderTarget::create().

◆ currentResIdList

QRhiRenderTargetAttachmentTracker::ResIdList QD3D11RenderTargetData::currentResIdList

◆ dpr

◆ dsAttCount

int QD3D11RenderTargetData::dsAttCount = 0

Definition at line 140 of file qrhid3d11_p.h.

Referenced by QD3D11TextureRenderTarget::create().

◆ dsv

ID3D11DepthStencilView* QD3D11RenderTargetData::dsv = nullptr

Definition at line 144 of file qrhid3d11_p.h.

Referenced by QD3D11TextureRenderTarget::create().

◆ MAX_COLOR_ATTACHMENTS

const int QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS = 8
static

◆ pixelSize

QSize QD3D11RenderTargetData::pixelSize

◆ rp

QD3D11RenderPassDescriptor* QD3D11RenderTargetData::rp = nullptr

Definition at line 135 of file qrhid3d11_p.h.

Referenced by QD3D11TextureRenderTarget::create().

◆ rtv

ID3D11RenderTargetView* QD3D11RenderTargetData::rtv[MAX_COLOR_ATTACHMENTS]

Definition at line 143 of file qrhid3d11_p.h.

Referenced by QD3D11RenderTargetData(), and QD3D11TextureRenderTarget::create().

◆ sampleCount

int QD3D11RenderTargetData::sampleCount = 1

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