Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1558 const uint32_t maxSetNumber = firstSet + static_cast<uint32_t>(descriptorSetData.size()); in BindDescriptorSets() local
1559 if (maxSetNumber > PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT) { in BindDescriptorSets()
1561 maxSetNumber, PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT); in BindDescriptorSets()