Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1914 const auto& allDescSets = renderCommandList.GetUpdateDescriptorSetHandles(); in UpdateCommandListDescriptorSets() local
1915 const uint32_t upDescriptorSetCount = static_cast<uint32_t>(allDescSets.size()); in UpdateCommandListDescriptorSets()
1920 … (RenderHandleUtil::GetHandleType(allDescSets[descIdx]) != RenderHandleType::DESCRIPTOR_SET)) { in UpdateCommandListDescriptorSets()
1923 const RenderHandle descHandle = allDescSets[descIdx]; in UpdateCommandListDescriptorSets()