From: Chad Versace Date: Sun, 4 Oct 2015 16:14:57 +0000 (-0700) Subject: vk/0.170.2: Drop VkBufferViewCreateInfo::viewType X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3694518be5817b411263c049befb85f0e882911d;p=mesa.git vk/0.170.2: Drop VkBufferViewCreateInfo::viewType --- diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 9877233bfeb..6b8ca6022ee 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1469,7 +1469,6 @@ typedef struct { VkStructureType sType; const void* pNext; VkBuffer buffer; - VkBufferViewType viewType; VkFormat format; VkDeviceSize offset; VkDeviceSize range;