mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 10:51:55 +02:00
- added more texture compression supported types
- some in progress work related to texture reloading
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
void setFormat(Format format) {this->format= format;}
|
||||
|
||||
virtual void init(Filter filter= fBilinear, int maxAnisotropy= 1)=0;
|
||||
virtual void end()=0;
|
||||
virtual void end(bool deletePixelBuffer=true)=0;
|
||||
virtual string getPath() const = 0;
|
||||
virtual void deletePixels() = 0;
|
||||
virtual uint64 getPixelByteCount() const = 0;
|
||||
|
Reference in New Issue
Block a user