Searched refs:bufferSizes (Results 1 – 1 of 1) sorted by relevance
1007 BufferSizesInBytes bufferSizes = CalculateSizes(); in Allocate() local1008 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_ = static_cast<uint32_t>(bufferSizes.indexBuffer) / sizeof(uint32_t); in Allocate()1025 indexDataSize_ = bufferSizes.indexBuffer; in Allocate()1026 jointDataSize_ = bufferSizes.jointBuffer; in Allocate()1027 targetDataSize_ = bufferSizes.morphVertexData; in Allocate()1047 BufferSizesInBytes bufferSizes {}; in CalculateSizes() local1091 bufferSizes.morphVertexData = submesh.morphTargetBufferOffset + indexSize + targetSize; in CalculateSizes()[all …]