Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp749 const uint32_t currCmdBufIdx = cmdBufIdx + idx; in RenderPrimaryRenderPass() local
750 PLUGIN_ASSERT(currCmdBufIdx < renderCommandFrameData.renderCommandContexts.size()); in RenderPrimaryRenderPass()
751 …st RenderCommandContext& currContext = renderCommandFrameData.renderCommandContexts[currCmdBufIdx]; in RenderPrimaryRenderPass()