aboutsummaryrefslogtreecommitdiff
path: root/layers/descriptor_sets.cpp
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-10-12 14:27:30 -0600
committerTobin Ehlis <tobine@google.com>2016-10-13 19:13:33 -0600
commitc3b4decca400e2328e40820aa5215a42921731b5 (patch)
treee1fd5ea4044eff30266a40024fdb59453eb77827 /layers/descriptor_sets.cpp
parentbb03358f6a826b6ac759951df2aa6acdbb80a68d (diff)
downloadusermoji-c3b4decca400e2328e40820aa5215a42921731b5.tar.xz
layers:Rename DESCRIPTOR_POOL_NODE to *_STATE
Continuing the NODE->STATE renaming effort
Diffstat (limited to 'layers/descriptor_sets.cpp')
-rw-r--r--layers/descriptor_sets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp
index 82e693d0..de9f2f12 100644
--- a/layers/descriptor_sets.cpp
+++ b/layers/descriptor_sets.cpp
@@ -1524,7 +1524,7 @@ bool cvdescriptorset::ValidateAllocateDescriptorSets(const debug_report_data *re
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<VkDescriptorPool, DESCRIPTOR_POOL_STATE *> *pool_map,
std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> *set_map,
const core_validation::layer_data *dev_data) {
auto pool_state = (*pool_map)[p_alloc_info->descriptorPool];