Home
last modified time | relevance | path

Searched refs:availableMipLayerCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2199 const size_t availableMipLayerCount = imageLoadResults.size() / imageDesc.layerCount; in PrepareImageData() local
2200 data.copyInfo.resize(availableMipLayerCount); in PrepareImageData()
2204 for (size_t mipIndex = 0; mipIndex < availableMipLayerCount; ++mipIndex) { in PrepareImageData()