Add hwtexture count to vk_mem_budget
This commit is contained in:
parent
9bf1668195
commit
08d376d3f4
2 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue