![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | BufferUpdate |
Public Attributes | |
| bool | managed |
| bool | slotted |
| id< MTLBuffer > | buf [QMTL_FRAMES_IN_FLIGHT] |
| QVarLengthArray< BufferUpdate, 16 > | pendingUpdates [QMTL_FRAMES_IN_FLIGHT] |
Definition at line 281 of file qrhimetal.mm.
| id< MTLBuffer > QMetalBufferData::buf |
Definition at line 285 of file qrhimetal.mm.
| bool QMetalBufferData::managed |
Definition at line 283 of file qrhimetal.mm.
Referenced by QMetalBuffer::create().
| QVarLengthArray< BufferUpdate, 16 > QMetalBufferData::pendingUpdates |
Definition at line 290 of file qrhimetal.mm.
| bool QMetalBufferData::slotted |
Definition at line 284 of file qrhimetal.mm.
Referenced by QMetalBuffer::create(), QRhiMetal::enqueueResourceUpdates(), QMetalBuffer::nativeBuffer(), and QRhiMetal::setShaderResources().