Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
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 3673 of file vulkan_core.h.

Field Documentation

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 3680 of file vulkan_core.h.

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 3674 of file vulkan_core.h.

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 3677 of file vulkan_core.h.

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 3681 of file vulkan_core.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 3679 of file vulkan_core.h.

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 3676 of file vulkan_core.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 3678 of file vulkan_core.h.

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 3675 of file vulkan_core.h.


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