Added KRTexture::getFormat

Child class implementations are WIP
This commit is contained in:
2023-01-10 14:20:27 -08:00
parent 503bf73d65
commit ebe5682ed5
13 changed files with 144 additions and 1 deletions

View File

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