KRTexture::getFaceCount is now pure virtual

This commit is contained in:
2022-12-20 21:12:01 -08:00
parent 84c93a2182
commit 71fb105933

View File

@@ -83,7 +83,7 @@ public:
int getMaxMipMap();
int getMinMipMap();
bool hasMipmaps();
virtual int getFaceCount() const;
virtual int getFaceCount() const = 0;
kraken_stream_level getStreamLevel(KRTexture::texture_usage_t textureUsage);
float getLastFrameLodCoverage() const;