KRTexture::getFaceCount() is now const

Implemented KRTextureKTX::getFaceCount()
Implemented KRTextureCube::getFaceCount()
This commit is contained in:
2022-10-19 22:34:48 -07:00
parent 223108cc4c
commit 49620655fd
7 changed files with 14 additions and 3 deletions

View File

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