Searched refs:currCmdBufIdx (Results 1 – 1 of 1) sorted by relevance
749 const uint32_t currCmdBufIdx = cmdBufIdx + idx; in RenderPrimaryRenderPass() local750 PLUGIN_ASSERT(currCmdBufIdx < renderCommandFrameData.renderCommandContexts.size()); in RenderPrimaryRenderPass()751 …st RenderCommandContext& currContext = renderCommandFrameData.renderCommandContexts[currCmdBufIdx]; in RenderPrimaryRenderPass()