Qt 6.x
The Qt SDK
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 
 
   bool   hasStencil = false 
 
   bool   depthNeedsStore = false 
 
fb 
 
QRhiRenderTargetAttachmentTracker::ResIdList currentResIdList
 

Detailed Description

Definition at line 337 of file qrhimetal.mm.

Member Data Documentation

◆ colorAtt

◆ colorAttCount

int QMetalRenderTargetData::colorAttCount = 0

◆ currentResIdList

◆ depthNeedsStore

bool QMetalRenderTargetData::depthNeedsStore = false

◆ dpr

◆ dsAttCount

int QMetalRenderTargetData::dsAttCount = 0

◆ dsTex

id<MTLTexture> QMetalRenderTargetData::dsTex = nil

◆ [struct]

struct { ... } QMetalRenderTargetData::fb

◆ hasStencil

bool QMetalRenderTargetData::hasStencil = false

◆ pixelSize

◆ sampleCount


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