![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| CAMetalLayer * | layer = nullptr |
| id< CAMetalDrawable > | curDrawable = nil |
| dispatch_semaphore_t | sem [QMTL_FRAMES_IN_FLIGHT] |
| double | lastGpuTime [QMTL_FRAMES_IN_FLIGHT] |
| MTLRenderPassDescriptor * | rp = nullptr |
| id< MTLTexture > | msaaTex [QMTL_FRAMES_IN_FLIGHT] |
| QRhiTexture::Format | rhiColorFormat |
| MTLPixelFormat | colorFormat |
Definition at line 489 of file qrhimetal.mm.
| MTLPixelFormat QMetalSwapChainData::colorFormat |
Definition at line 498 of file qrhimetal.mm.
| id< CAMetalDrawable > QMetalSwapChainData::curDrawable = nil |
Definition at line 492 of file qrhimetal.mm.
| double QMetalSwapChainData::lastGpuTime |
Definition at line 494 of file qrhimetal.mm.
Referenced by QMetalSwapChain::createOrResize().
| CAMetalLayer * QMetalSwapChainData::layer = nullptr |
Definition at line 491 of file qrhimetal.mm.
| id< MTLTexture > QMetalSwapChainData::msaaTex |
Definition at line 496 of file qrhimetal.mm.
| QRhiTexture::Format QMetalSwapChainData::rhiColorFormat |
Definition at line 497 of file qrhimetal.mm.
| MTLRenderPassDescriptor * QMetalSwapChainData::rp = nullptr |
Definition at line 495 of file qrhimetal.mm.
| dispatch_semaphore_t QMetalSwapChainData::sem |
Definition at line 493 of file qrhimetal.mm.