Searched refs:exportBuffer (Results 1 – 1 of 1) sorted by relevance
2495 auto& exportBuffer = result.data->buffers.emplace_back(make_unique<Buffer>()); in ExportGLTF() local2498 BufferHelper bufferHelper(*exportBuffer, result.data->bufferViews, result.data->accessors); in ExportGLTF()2551 exportBuffer->byteLength = exportBuffer->data.size(); in ExportGLTF()