![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QMetalTextureData (QMetalTexture *t) | |
id< MTLTexture > | viewForLevel (int level) |
QMetalTextureData (QMetalTexture *t) | |
id< MTLTexture > | viewForLevel (int level) |
Public Attributes | |
QMetalTexture * | q |
MTLPixelFormat | format |
id< MTLTexture > | tex = nil |
id< MTLBuffer > | stagingBuf [QMTL_FRAMES_IN_FLIGHT] |
bool | owns = true |
id< MTLTexture > | perLevelViews [QRhi::MAX_MIP_LEVELS] |
Definition at line 299 of file qrhimetal.mm.
|
inline |
Definition at line 301 of file qrhimetal.mm.
References q.
Referenced by QMetalTexture::QMetalTexture().
|
inline |
Definition at line 301 of file qrhimetal.mm.
id< MTLTexture > QMetalTextureData::viewForLevel | ( | int | level | ) |
Definition at line 4018 of file qrhimetal.mm.
References QMetalTexture::mipLevelCount, and q.
id< MTLTexture > QMetalTextureData::viewForLevel | ( | int | level | ) |
MTLPixelFormat QMetalTextureData::format |
Definition at line 304 of file qrhimetal.mm.
bool QMetalTextureData::owns = true |
Definition at line 307 of file qrhimetal.mm.
Referenced by QMetalTexture::create(), and QMetalTexture::createFrom().
id< MTLTexture > QMetalTextureData::perLevelViews |
Definition at line 308 of file qrhimetal.mm.
QMetalTexture * QMetalTextureData::q |
Definition at line 303 of file qrhimetal.mm.
Referenced by QMetalTextureData(), and viewForLevel().
id< MTLBuffer > QMetalTextureData::stagingBuf |
Definition at line 306 of file qrhimetal.mm.
id< MTLTexture > QMetalTextureData::tex = nil |
Definition at line 305 of file qrhimetal.mm.