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

#include <qrhid3d11_p.h>

Collaboration diagram for QD3D11RenderTargetData:

Classes

struct  Views

Public Member Functions

 QD3D11RenderTargetData (QRhiImplementation *)

Public Attributes

QD3D11RenderPassDescriptorrp = nullptr
QSize pixelSize
float dpr = 1
int sampleCount = 1
Views views
QRhiRenderTargetAttachmentTracker::ResIdList currentResIdList

Static Public Attributes

static const int MAX_COLOR_ATTACHMENTS = 8

Detailed Description

Definition at line 128 of file qrhid3d11_p.h.

Constructor & Destructor Documentation

◆ QD3D11RenderTargetData()

QD3D11RenderTargetData::QD3D11RenderTargetData ( QRhiImplementation * )
inline

Definition at line 157 of file qrhid3d11_p.h.

Member Data Documentation

◆ currentResIdList

QRhiRenderTargetAttachmentTracker::ResIdList QD3D11RenderTargetData::currentResIdList

Definition at line 167 of file qrhid3d11_p.h.

◆ dpr

float QD3D11RenderTargetData::dpr = 1

Definition at line 164 of file qrhid3d11_p.h.

◆ MAX_COLOR_ATTACHMENTS

◆ pixelSize

QSize QD3D11RenderTargetData::pixelSize

Definition at line 163 of file qrhid3d11_p.h.

◆ rp

QD3D11RenderPassDescriptor* QD3D11RenderTargetData::rp = nullptr

Definition at line 162 of file qrhid3d11_p.h.

◆ sampleCount

int QD3D11RenderTargetData::sampleCount = 1

Definition at line 165 of file qrhid3d11_p.h.

◆ views

Views QD3D11RenderTargetData::views

Definition at line 166 of file qrhid3d11_p.h.


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