Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp562 GpuImageDesc shallowDesc = swapchainData.swapchain->GetDesc(); in CreateSwapchainImpl() local
563 shallowDesc.width = 2u; in CreateSwapchainImpl()
564 shallowDesc.height = 2u; in CreateSwapchainImpl()
571 gpuResourceMgr_->CreateSwapchainImage(finalReplaceHandle, name, shallowDesc); in CreateSwapchainImpl()