From 34871cf7f3b4d3e1efb02b85ef726ebc54a1e72b Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 9 Jul 2015 16:19:52 -0700 Subject: [PATCH] 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. --- include/vulkan/vulkan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;