livoxG1: Rename stagingBuffer=>assemblyBuffer

This is in preparation for re-using StagingBuffer to also serve
as the collation buffer that we'll use as the intermediate stage
for producing the final output mesh.
This commit is contained in:
2025-11-06 14:09:10 -04:00
parent d69636bf7b
commit db30001140
3 changed files with 4 additions and 4 deletions
@@ -57,7 +57,7 @@ public:
std::shared_ptr<livoxProto1::Device> device;
PcloudFormatDesc formatDesc;
StagingBuffer stagingBuffer;
StagingBuffer assemblyBuffer;
IoUringAssemblyEngine ioUringAssemblyEngine;
private: