Home
last modified time | relevance | path

Searched refs:stagingPtr_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp986 if (stagingPtr_) { in Initialize()
987 stagingPtr_ = nullptr; in Initialize()
1041 stagingPtr_ = static_cast<uint8_t*>(gpuResourceManager.MapBufferMemory(stagingBuffer_)); in Allocate()
1101 if (auto buffer = stagingPtr_; buffer) { in SetVertexData()
1194 if (auto buffer = stagingPtr_; buffer) { in SetIndexData()
1233 if (auto buffer = stagingPtr_; buffer) { in SetJointData()
1283 if (auto buffer = stagingPtr_; buffer) { in SetMorphTargetData()
1475 return array_view<const uint8_t>(stagingPtr_, vertexDataSize_); in GetVertexData()
1480 return array_view<const uint8_t>(stagingPtr_ ? (stagingPtr_ in GetIndexData()
[all...]
H A Dmesh_builder.h177 uint8_t* stagingPtr_ = nullptr; member in final

Completed in 4 milliseconds