diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-06-02 11:56:40 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-06-02 16:58:47 -0600 |
| commit | e926298faf8f17577c470e115cd74ac73ba7da9e (patch) | |
| tree | 004bbc48b3664f8ae5af0ef9e330d3677c91f0e2 /layers/descriptor_sets.cpp | |
| parent | 920ff191e83225ae7d8cecc6ed8f6c7f38487450 (diff) | |
| download | usermoji-e926298faf8f17577c470e115cd74ac73ba7da9e.tar.xz | |
layers: Remove unneeded layout_map
Diffstat (limited to 'layers/descriptor_sets.cpp')
| -rw-r--r-- | layers/descriptor_sets.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp index 9039a122..795f5d71 100644 --- a/layers/descriptor_sets.cpp +++ b/layers/descriptor_sets.cpp @@ -1280,7 +1280,6 @@ void cvdescriptorset::PerformAllocateDescriptorSets( const VkDescriptorSetAllocateInfo *p_alloc_info, const VkDescriptorSet *descriptor_sets, const AllocateDescriptorSetsData *ds_data, std::unordered_map<VkDescriptorPool, DESCRIPTOR_POOL_NODE *> *pool_map, std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> *set_map, const core_validation::layer_data *dev_data, - const std::unordered_map<VkDescriptorSetLayout, cvdescriptorset::DescriptorSetLayout *> &layout_map, const std::unordered_map<VkImage, VkSwapchainKHR> &image_to_swapchain_map, const std::unordered_map<VkSwapchainKHR, SWAPCHAIN_NODE *> &swapchain_map) { auto pool_state = (*pool_map)[p_alloc_info->descriptorPool]; |
