Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1007 BufferSizesInBytes bufferSizes = CalculateSizes(); in Allocate() local
1008 bufferSizes.indexBuffer = Align(bufferSizes.indexBuffer, BUFFER_ALIGN); in Allocate()
1009 bufferSizes.jointBuffer = Align(bufferSizes.jointBuffer, BUFFER_ALIGN); in Allocate()
1010 bufferSizes.morphVertexData = Align(bufferSizes.morphVertexData, BUFFER_ALIGN); in Allocate()
1012 indexCount_ = (uint32_t)bufferSizes.indexBuffer / sizeof(uint32_t); in Allocate()
1025 indexDataSize_ = bufferSizes.indexBuffer; in Allocate()
1026 jointDataSize_ = bufferSizes in Allocate()
[all...]

Completed in 3 milliseconds