SDL  2.0
VkPipelineColorBlendAttachmentState Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 2764 of file vulkan_core.h.

Field Documentation

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 2771 of file vulkan_core.h.

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 2765 of file vulkan_core.h.

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 2768 of file vulkan_core.h.

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 2772 of file vulkan_core.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 2770 of file vulkan_core.h.

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 2767 of file vulkan_core.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 2769 of file vulkan_core.h.

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 2766 of file vulkan_core.h.


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