commit | af79f6ae6256531fd326b7654b4367a99a608f07 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Tue Aug 18 15:16:50 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Wed Aug 26 09:59:59 2015 -0600 |
tree | 884b8e557e14ceac885274310639e599ea8d9c68 | |
parent | 9e8b03f513e5ca515b99f4bf90b27634cee31453 [diff] [blame] |
Bug 14339: Add the missing alphaToOneEnable to VkPipelineColorBlendStateCreateInfo
diff --git a/include/vulkan.h b/include/vulkan.h index 0fa2bc5..6629237 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -1690,6 +1690,7 @@ VkStructureType sType; const void* pNext; VkBool32 alphaToCoverageEnable; + VkBool32 alphaToOneEnable; VkBool32 logicOpEnable; VkLogicOp logicOp; uint32_t attachmentCount;