SDL
2.0
|
#include <vulkan.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkPipelineColorBlendStateCreateFlags | flags |
VkBool32 | logicOpEnable |
VkLogicOp | logicOp |
uint32_t | attachmentCount |
const VkPipelineColorBlendAttachmentState * | pAttachments |
float | blendConstants [4] |
uint32_t VkPipelineColorBlendStateCreateInfo::attachmentCount |
float VkPipelineColorBlendStateCreateInfo::blendConstants[4] |
VkPipelineColorBlendStateCreateFlags VkPipelineColorBlendStateCreateInfo::flags |
VkBool32 VkPipelineColorBlendStateCreateInfo::logicOpEnable |
const VkPipelineColorBlendAttachmentState* VkPipelineColorBlendStateCreateInfo::pAttachments |
VkStructureType VkPipelineColorBlendStateCreateInfo::sType |