[Vulkan] texture_bindings_ -> texture_sets_

This commit is contained in:
DrChat
2018-02-07 18:40:12 -06:00
parent 26212bffb0
commit 7ea3381699
2 changed files with 4 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ class TextureCache {
std::unique_ptr<xe::ui::vulkan::CommandBufferPool> wb_command_pool_ = nullptr;
std::unique_ptr<xe::ui::vulkan::DescriptorPool> descriptor_pool_ = nullptr;
std::unordered_map<uint64_t, VkDescriptorSet> texture_bindings_;
std::unordered_map<uint64_t, VkDescriptorSet> texture_sets_;
VkDescriptorSetLayout texture_descriptor_set_layout_ = nullptr;
VmaAllocator mem_allocator_ = nullptr;