Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
Drender_node_staging.cpp273 const uint32_t bufferBeginIndex = ref.beginIndex; in CopyHostDirectlyToBuffer() local
274 const uint32_t bufferEndIndex = bufferBeginIndex + ref.count; in CopyHostDirectlyToBuffer()
275 for (uint32_t bufferIdx = bufferBeginIndex; bufferIdx < bufferEndIndex; ++bufferIdx) { in CopyHostDirectlyToBuffer()