diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-03-30 12:20:53 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-03-31 17:38:19 -0600 |
| commit | ee075aba2f1f920f38d58a5ddb0383c92eab96d9 (patch) | |
| tree | 63e4140eba5249a2dbec28c95d0a9bda2abe0e4d /layers/core_validation.h | |
| parent | 4a1d4f46c6b40fc43b1ea612c0c96e19c4036695 (diff) | |
| download | usermoji-ee075aba2f1f920f38d58a5ddb0383c92eab96d9.tar.xz | |
layers: GH218 Reset availableSets count in vkResetDescriptorPool
Diffstat (limited to 'layers/core_validation.h')
| -rw-r--r-- | layers/core_validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index 0518da77..0b80f3b9 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -625,7 +625,7 @@ class SET_NODE : public BASE_NODE { typedef struct _DESCRIPTOR_POOL_NODE { VkDescriptorPool pool; uint32_t maxSets; // Max descriptor sets allowed in this pool - uint32_t availableSets; // Available descriptr sets in this pool + uint32_t availableSets; // Available descriptor sets in this pool VkDescriptorPoolCreateInfo createInfo; SET_NODE *pSets; // Head of LL of sets for this Pool |
