VkPipelineColorBlendStateCreateInfo

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

attachmentCount
uint32_t attachmentCount;
Undocumented in source.
blendConstants
float[4] blendConstants;
Undocumented in source.
flags
VkPipelineColorBlendStateCreateFlags flags;
Undocumented in source.
logicOp
VkLogicOp logicOp;
Undocumented in source.
logicOpEnable
VkBool32 logicOpEnable;
Undocumented in source.
pAttachments
const(VkPipelineColorBlendAttachmentState)* pAttachments;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.

Meta