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

Classes

struct  BufferUpdate
 

Public Attributes

bool managed
 
bool slotted
 
id< MTLBuffer > buf [QMTL_FRAMES_IN_FLIGHT]
 
QVarLengthArray< BufferUpdate, 16 > pendingUpdates [QMTL_FRAMES_IN_FLIGHT]
 

Detailed Description

Definition at line 270 of file qrhimetal.mm.

Member Data Documentation

◆ buf

◆ managed

bool QMetalBufferData::managed

◆ pendingUpdates

QVarLengthArray<BufferUpdate, 16> QMetalBufferData::pendingUpdates[QMTL_FRAMES_IN_FLIGHT]

Definition at line 279 of file qrhimetal.mm.

Referenced by QMetalBuffer::destroy().

◆ slotted

bool QMetalBufferData::slotted

Definition at line 273 of file qrhimetal.mm.

Referenced by QMetalBuffer::create(), and QMetalBuffer::nativeBuffer().


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