Initial commit: Final state of the master project
This commit is contained in:
12
Research/scene/Octree/IBlockTexture.h
Normal file
12
Research/scene/Octree/IBlockTexture.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "../../core/Defines.h"
|
||||
|
||||
class IBlockTexture
|
||||
{
|
||||
public:
|
||||
virtual std::vector<unsigned8> GetBlockPointerPool() = 0;
|
||||
virtual size_t GetBlockPointerPoolSize() = 0;
|
||||
|
||||
virtual std::vector<unsigned8> GetBlockPool() = 0;
|
||||
virtual size_t GetBlockPoolSize() = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user