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 2432 of file vulkan_core.h.

Field Documentation

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 2439 of file vulkan_core.h.

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 2433 of file vulkan_core.h.

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 2436 of file vulkan_core.h.

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 2440 of file vulkan_core.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 2438 of file vulkan_core.h.

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 2435 of file vulkan_core.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 2437 of file vulkan_core.h.

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 2434 of file vulkan_core.h.


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