KRTexture::getFaceCount is now pure virtual
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
|||||||
int getMaxMipMap();
|
int getMaxMipMap();
|
||||||
int getMinMipMap();
|
int getMinMipMap();
|
||||||
bool hasMipmaps();
|
bool hasMipmaps();
|
||||||
virtual int getFaceCount() const;
|
virtual int getFaceCount() const = 0;
|
||||||
|
|
||||||
kraken_stream_level getStreamLevel(KRTexture::texture_usage_t textureUsage);
|
kraken_stream_level getStreamLevel(KRTexture::texture_usage_t textureUsage);
|
||||||
float getLastFrameLodCoverage() const;
|
float getLastFrameLodCoverage() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user