Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp92 DescriptorCounts bufferCounts; in Init() local
100 bufferCounts.count++; in Init()
101 bufferCounts.arrayCount += arrayCount; in Init()
119 buffers_.resize(bufferCounts.count + bufferCounts.arrayCount); in Init()
123 …InitFillBindings(descriptorSetLayoutBindings, bufferCounts.count, imageCounts.count, samplerCounts… in Init()