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

Public Attributes

int activeFrameSlot = -1
 
QRhiReadbackDescription desc
 
QRhiReadbackResultresult
 
id< MTLBuffer > buf
 
quint32 bufSize
 
QSize pixelSize
 
QRhiTexture::Format format
 

Detailed Description

Definition at line 237 of file qrhimetal.mm.

Member Data Documentation

◆ activeFrameSlot

int QRhiMetalData::TextureReadback::activeFrameSlot = -1

Definition at line 238 of file qrhimetal.mm.

◆ buf

id<MTLBuffer> QRhiMetalData::TextureReadback::buf

Definition at line 241 of file qrhimetal.mm.

◆ bufSize

quint32 QRhiMetalData::TextureReadback::bufSize

Definition at line 242 of file qrhimetal.mm.

◆ desc

QRhiReadbackDescription QRhiMetalData::TextureReadback::desc

Definition at line 239 of file qrhimetal.mm.

◆ format

QRhiTexture::Format QRhiMetalData::TextureReadback::format

Definition at line 244 of file qrhimetal.mm.

◆ pixelSize

QSize QRhiMetalData::TextureReadback::pixelSize

Definition at line 243 of file qrhimetal.mm.

◆ result

QRhiReadbackResult* QRhiMetalData::TextureReadback::result

Definition at line 240 of file qrhimetal.mm.


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