Work on compression interface.

This commit is contained in:
Daviw Williams
2013-01-31 16:35:50 +01:00
parent 36676433be
commit a81ec68714
5 changed files with 21 additions and 9 deletions

View File

@ -65,6 +65,7 @@ private slots:
void testLargeVolumeSamplersWithExternalBackwards();
private:
PolyVox::Compressor* m_pCompressor;
PolyVox::RawVolume<int32_t>* m_pRawVolume;
PolyVox::SimpleVolume<int32_t>* m_pSimpleVolume;
PolyVox::LargeVolume<int32_t>* m_pLargeVolume;