![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| enum class | WorkBufType { DeviceLocal , HostVisible , DeviceLocal , HostVisible } |
| enum class | WorkBufType { DeviceLocal , HostVisible , DeviceLocal , HostVisible } |
Public Member Functions | |
| QMetalBuffer * | acquireWorkBuffer (QRhiMetal *rhiD, quint32 size, WorkBufType type=WorkBufType::DeviceLocal) |
| QMetalBuffer * | acquireWorkBuffer (QRhiMetal *rhiD, quint32 size, WorkBufType type=WorkBufType::DeviceLocal) |
Public Attributes | |
| QVector< QMetalBuffer * > | deviceLocalWorkBuffers |
| QVector< QMetalBuffer * > | hostVisibleWorkBuffers |
Definition at line 411 of file qrhimetal.mm.
|
strong |
| Enumerator | |
|---|---|
| DeviceLocal | |
| HostVisible | |
| DeviceLocal | |
| HostVisible | |
Definition at line 412 of file qrhimetal.mm.
|
strong |
| Enumerator | |
|---|---|
| DeviceLocal | |
| HostVisible | |
| DeviceLocal | |
| HostVisible | |
Definition at line 412 of file qrhimetal.mm.
| QMetalBuffer * QMetalGraphicsPipelineData::ExtraBufferManager::acquireWorkBuffer | ( | QRhiMetal * | rhiD, |
| quint32 | size, | ||
| WorkBufType | type = WorkBufType::DeviceLocal ) |
Definition at line 5748 of file qrhimetal.mm.
References QMetalBuffer::create(), DeviceLocal, QMetalBuffer::lastActiveFrameSlot, and QMTL_FRAMES_IN_FLIGHT.
| QMetalBuffer * QMetalGraphicsPipelineData::ExtraBufferManager::acquireWorkBuffer | ( | QRhiMetal * | rhiD, |
| quint32 | size, | ||
| WorkBufType | type = WorkBufType::DeviceLocal ) |
| QVector< QMetalBuffer * > QMetalGraphicsPipelineData::ExtraBufferManager::deviceLocalWorkBuffers |
Definition at line 417 of file qrhimetal.mm.
| QVector< QMetalBuffer * > QMetalGraphicsPipelineData::ExtraBufferManager::hostVisibleWorkBuffers |
Definition at line 418 of file qrhimetal.mm.