Skip to content
Snippets Groups Projects
Commit bf10676a authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Pass InputData object to stream decompression.

Stream compression is in its nature compressing different data every time. That's why we shouldn't work with cached instance options which includes InputData object.

This was a problem when multiple threads tried to compress different data, but were overriding each other InputData info.

Because of this we changed compressVoxels() signature to access InputData.
parent 17ca80e1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment