Vulkan-Hpp
VkPipelineColorBlendAttachmentState Struct Reference

#include <vulkan_core.h>

Public Attributes

VkBool32 blendEnable
 
VkBlendFactor srcColorBlendFactor
 
VkBlendFactor dstColorBlendFactor
 
VkBlendOp colorBlendOp
 
VkBlendFactor srcAlphaBlendFactor
 
VkBlendFactor dstAlphaBlendFactor
 
VkBlendOp alphaBlendOp
 
VkColorComponentFlags colorWriteMask
 

Detailed Description

Definition at line 3569 of file vulkan_core.h.

Member Data Documentation

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 3576 of file vulkan_core.h.

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 3570 of file vulkan_core.h.

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 3573 of file vulkan_core.h.

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 3577 of file vulkan_core.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 3575 of file vulkan_core.h.

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 3572 of file vulkan_core.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 3574 of file vulkan_core.h.

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 3571 of file vulkan_core.h.


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