Qt 6.x
The Qt SDK
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

◆ currentResIdList

◆ dpr

◆ dsAttCount

int QD3D11RenderTargetData::dsAttCount = 0

◆ dsv

ID3D11DepthStencilView* QD3D11RenderTargetData::dsv = nullptr

◆ MAX_COLOR_ATTACHMENTS

const int QD3D11RenderTargetData::MAX_COLOR_ATTACHMENTS = 8
static

◆ pixelSize

◆ rp

QD3D11RenderPassDescriptor* QD3D11RenderTargetData::rp = nullptr

◆ rtv

ID3D11RenderTargetView* QD3D11RenderTargetData::rtv[MAX_COLOR_ATTACHMENTS]

◆ sampleCount


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