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
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 281 of file qrhimetal.mm.

Member Data Documentation

◆ buf

id< MTLBuffer > QMetalBufferData::buf

Definition at line 285 of file qrhimetal.mm.

◆ managed

bool QMetalBufferData::managed

Definition at line 283 of file qrhimetal.mm.

Referenced by QMetalBuffer::create().

◆ pendingUpdates

QVarLengthArray< BufferUpdate, 16 > QMetalBufferData::pendingUpdates

Definition at line 290 of file qrhimetal.mm.

◆ slotted

bool QMetalBufferData::slotted

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