Bug 14339: Add the missing alphaToOneEnable to VkPipelineColorBlendStateCreateInfo
authorCody Northrop <cody@lunarg.com>
Tue, 18 Aug 2015 21:16:50 +0000 (15:16 -0600)
committerCody Northrop <cody@lunarg.com>
Wed, 26 Aug 2015 15:59:59 +0000 (09:59 -0600)
include/vulkan.h

index 0fa2bc5..6629237 100644 (file)
@@ -1690,6 +1690,7 @@ typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;
     VkBool32                                    alphaToCoverageEnable;
+    VkBool32                                    alphaToOneEnable;
     VkBool32                                    logicOpEnable;
     VkLogicOp                                   logicOp;
     uint32_t                                    attachmentCount;