From: Jason Ekstrand Date: Thu, 9 Jul 2015 23:19:52 +0000 (-0700) Subject: vk/vulkan.h: Change the MsCreateInfo structure to the 130 version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34871cf7f3b4d3e1efb02b85ef726ebc54a1e72b;p=mesa.git vk/vulkan.h: Change the MsCreateInfo structure to the 130 version We do nothing with it at the moment, so this is a no-op. --- diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 5ae5f6e781f..66d4f23cfa0 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1553,8 +1553,7 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - uint32_t samples; - bool32_t multisampleEnable; + uint32_t rasterSamples; bool32_t sampleShadingEnable; float minSampleShading; VkSampleMask sampleMask;