Vulkan-Hpp
VkPipelineColorBlendStateCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkPipelineColorBlendStateCreateFlags flags
 
VkBool32 logicOpEnable
 
VkLogicOp logicOp
 
uint32_t attachmentCount
 
const VkPipelineColorBlendAttachmentStatepAttachments
 
float blendConstants [4]
 

Detailed Description

Definition at line 3580 of file vulkan_core.h.

Member Data Documentation

◆ attachmentCount

uint32_t VkPipelineColorBlendStateCreateInfo::attachmentCount

Definition at line 3586 of file vulkan_core.h.

◆ blendConstants

float VkPipelineColorBlendStateCreateInfo::blendConstants[4]

Definition at line 3588 of file vulkan_core.h.

◆ flags

VkPipelineColorBlendStateCreateFlags VkPipelineColorBlendStateCreateInfo::flags

Definition at line 3583 of file vulkan_core.h.

◆ logicOp

VkLogicOp VkPipelineColorBlendStateCreateInfo::logicOp

Definition at line 3585 of file vulkan_core.h.

◆ logicOpEnable

VkBool32 VkPipelineColorBlendStateCreateInfo::logicOpEnable

Definition at line 3584 of file vulkan_core.h.

◆ pAttachments

const VkPipelineColorBlendAttachmentState* VkPipelineColorBlendStateCreateInfo::pAttachments

Definition at line 3587 of file vulkan_core.h.

◆ pNext

const void* VkPipelineColorBlendStateCreateInfo::pNext

Definition at line 3582 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineColorBlendStateCreateInfo::sType

Definition at line 3581 of file vulkan_core.h.


The documentation for this struct was generated from the following file: