diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-19 13:44:50 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-26 16:24:10 -0600 |
| commit | bc17d24f11bb1ae3ec57335d11488be9e51a2eac (patch) | |
| tree | 496690c46848860a581e293a5d8b509c40ea345d | |
| parent | db74a6437deadb789bada36571c89b68de802c8e (diff) | |
| download | usermoji-bc17d24f11bb1ae3ec57335d11488be9e51a2eac.tar.xz | |
bug-14258: Remove maxCommandBuffers
commit #53c2f7e
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 206daed4..e4e56553 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1927,7 +1927,6 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - uint32_t maxCommandBuffers; uint32_t queueFamilyIndex; VkCmdPoolCreateFlags flags; } VkCmdPoolCreateInfo; |
