commit | b00daadc165d4c3fad13b7cc4aeaa1e85e6df9a0 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Sun Nov 29 19:46:20 2015 -0800 |
committer | Jesse Hall <jessehall@google.com> | Mon Jan 25 13:49:31 2016 -0800 |
tree | 55141c61f759d4018d1019e93e3a47a711411aa1 | |
parent | dc6d36cb7f1d35059ae8153168e379fc925cb468 [diff] [blame] |
vulkan: Update from version 0.192.0 to 0.193.0 Change-Id: I4387b28368c38c5165c1da99d8dc4e632ad2b42a (cherry picked from commit d0534c33c98e8f0c844b37df7c764c9dbd6bbaa3)
diff --git a/vulkan/tools/vkinfo.cpp b/vulkan/tools/vkinfo.cpp index 63e0d5f..eaec272 100644 --- a/vulkan/tools/vkinfo.cpp +++ b/vulkan/tools/vkinfo.cpp
@@ -77,7 +77,7 @@ return "COMPUTE"; case VK_QUEUE_DMA_BIT: return "DMA"; - case VK_QUEUE_SPARSE_MEMMGR_BIT: + case VK_QUEUE_SPARSE_BINDING_BIT: return "SPARSE"; } }