From e0efa466664e3cbc8ee5859d30c26188a4babd96 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 15 Oct 2015 17:59:39 -0600 Subject: bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo --- include/vulkan.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index b154853a..a38b848d 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -41,7 +41,7 @@ extern "C" { ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 174, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 175, 0) #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L) @@ -1680,6 +1680,8 @@ typedef struct { VkBool32 sampleShadingEnable; float minSampleShading; const VkSampleMask* pSampleMask; + VkBool32 alphaToCoverageEnable; + VkBool32 alphaToOneEnable; } VkPipelineMultisampleStateCreateInfo; typedef struct { @@ -1720,8 +1722,6 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - VkBool32 alphaToCoverageEnable; - VkBool32 alphaToOneEnable; VkBool32 logicOpEnable; VkLogicOp logicOp; uint32_t attachmentCount; -- cgit v1.2.3