Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h620 struct DescriptorSetBind { struct
650 DescriptorSetBind currentBoundSets[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT];
H A Drender_command_list.cpp1962 const DescriptorSetBind& currSet = stateData_.currentBoundSets[idx]; in ValidatePipelineLayout()