Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1507 for (const auto& subImageDesc : subImageDescs) { in ImportTexture() local
1509 subImageDesc.bufferOffset, // bufferOffset in ImportTexture()
1510 subImageDesc.bufferRowLength, // bufferRowLength in ImportTexture()
1511 subImageDesc.bufferImageHeight, // bufferImageHeight in ImportTexture()
1514 subImageDesc.mipLevel, // mipLevel in ImportTexture()
1516 subImageDesc.layerCount, // layerCount in ImportTexture()
1519 { subImageDesc.width, subImageDesc.height, subImageDesc.depth } // imageExtent in ImportTexture()