diff options
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 83ceb385..49e91f4b 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -716,7 +716,6 @@ static LAYOUT_NODE* getLayoutNode(const VkDescriptorSetLayout layout) { // Return 1 if update struct is of valid type, 0 otherwise static VkBool32 validUpdateStruct(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -731,7 +730,6 @@ static VkBool32 validUpdateStruct(const VkDevice device, const GENERIC_HEADER* p // For given update struct, return binding static uint32_t getUpdateBinding(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -747,7 +745,6 @@ static uint32_t getUpdateBinding(const VkDevice device, const GENERIC_HEADER* pU // Return count for given update struct static uint32_t getUpdateArrayIndex(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: @@ -764,7 +761,6 @@ static uint32_t getUpdateArrayIndex(const VkDevice device, const GENERIC_HEADER* // Return count for given update struct static uint32_t getUpdateCount(const VkDevice device, const GENERIC_HEADER* pUpdateStruct) { - char str[1024]; switch (pUpdateStruct->sType) { case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET: |
