Add hwtexture count to vk_mem_budget

This commit is contained in:
Magnus Norddahl 2024-02-19 10:00:46 +01:00
commit 08d376d3f4
2 changed files with 7 additions and 2 deletions

View file

@ -37,6 +37,8 @@ public:
VulkanImage* GetNullTexture() { return NullTexture.get(); }
VulkanImageView* GetNullTextureView() { return NullTextureView.get(); }
int GetHWTextureCount() { return (int)Textures.size(); }
VkTextureImage Shadowmap;
VkTextureImage Lightmap;
int LMTextureSize = 0;