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
QRhiMetalData::BufferReadback Struct Reference
+ Collaboration diagram for QRhiMetalData::BufferReadback:

Public Attributes

int activeFrameSlot = -1
 
QRhiReadbackResultresult
 
quint32 offset
 
quint32 readSize
 
id< MTLBuffer > buf
 

Detailed Description

Definition at line 248 of file qrhimetal.mm.

Member Data Documentation

◆ activeFrameSlot

int QRhiMetalData::BufferReadback::activeFrameSlot = -1

Definition at line 250 of file qrhimetal.mm.

Referenced by QRhiMetal::enqueueResourceUpdates().

◆ buf

id<MTLBuffer> QRhiMetalData::BufferReadback::buf

Definition at line 254 of file qrhimetal.mm.

◆ offset

quint32 QRhiMetalData::BufferReadback::offset

Definition at line 252 of file qrhimetal.mm.

◆ readSize

quint32 QRhiMetalData::BufferReadback::readSize

Definition at line 253 of file qrhimetal.mm.

◆ result

QRhiReadbackResult* QRhiMetalData::BufferReadback::result

Definition at line 251 of file qrhimetal.mm.


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