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
QMetalRenderTargetData Struct Reference
Collaboration diagram for QMetalRenderTargetData:

Classes

struct  ColorAtt

Public Attributes

QSize pixelSize
float dpr = 1
int sampleCount = 1
int colorAttCount = 0
int dsAttCount = 0
struct { 
   ColorAtt   colorAtt [QMetalRenderPassDescriptor::MAX_COLOR_ATTACHMENTS
   id< MTLTexture >   dsTex = nil 
   id< MTLTexture >   dsResolveTex = nil 
   bool   hasStencil = false 
   bool   depthNeedsStore = false 
   bool   preserveColor = false 
   bool   preserveDs = false 
fb
QRhiRenderTargetAttachmentTracker::ResIdList currentResIdList

Detailed Description

Definition at line 364 of file qrhimetal.mm.

Member Data Documentation

◆ colorAtt

Definition at line 385 of file qrhimetal.mm.

◆ colorAttCount

int QMetalRenderTargetData::colorAttCount = 0

◆ currentResIdList

QRhiRenderTargetAttachmentTracker::ResIdList QMetalRenderTargetData::currentResIdList

Definition at line 394 of file qrhimetal.mm.

◆ depthNeedsStore

bool QMetalRenderTargetData::depthNeedsStore = false

Definition at line 389 of file qrhimetal.mm.

◆ dpr

◆ dsAttCount

int QMetalRenderTargetData::dsAttCount = 0

◆ dsResolveTex

id<MTLTexture> QMetalRenderTargetData::dsResolveTex = nil

Definition at line 387 of file qrhimetal.mm.

◆ dsTex

id<MTLTexture> QMetalRenderTargetData::dsTex = nil

Definition at line 386 of file qrhimetal.mm.

◆ [struct]

struct { ... } QMetalRenderTargetData::fb

◆ hasStencil

bool QMetalRenderTargetData::hasStencil = false

Definition at line 388 of file qrhimetal.mm.

◆ pixelSize

QSize QMetalRenderTargetData::pixelSize

Definition at line 366 of file qrhimetal.mm.

◆ preserveColor

bool QMetalRenderTargetData::preserveColor = false

Definition at line 390 of file qrhimetal.mm.

◆ preserveDs

bool QMetalRenderTargetData::preserveDs = false

Definition at line 391 of file qrhimetal.mm.

◆ sampleCount


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