vk/0.210.0: Move alphaToOne and alphaToCoverate to multisample state

This commit is contained in:
Jason Ekstrand
2015-11-30 17:20:49 -08:00
parent f97c3b6d58
commit 9fa6e328eb
5 changed files with 17 additions and 14 deletions

View File

@@ -1703,6 +1703,8 @@ typedef struct VkPipelineMultisampleStateCreateInfo {
VkBool32 sampleShadingEnable;
float minSampleShading;
const VkSampleMask* pSampleMask;
VkBool32 alphaToCoverageEnable;
VkBool32 alphaToOneEnable;
} VkPipelineMultisampleStateCreateInfo;
typedef struct VkStencilOpState {
@@ -1745,8 +1747,6 @@ typedef struct VkPipelineColorBlendStateCreateInfo {
VkStructureType sType;
const void* pNext;
VkPipelineColorBlendStateCreateFlags flags;
VkBool32 alphaToCoverageEnable;
VkBool32 alphaToOneEnable;
VkBool32 logicOpEnable;
VkLogicOp logicOp;
uint32_t attachmentCount;