Halide
VkPipelineColorBlendAttachmentState Struct Reference

#include <mini_vulkan.h>

Public Attributes

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

Detailed Description

Definition at line 2097 of file mini_vulkan.h.

Member Data Documentation

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 2098 of file mini_vulkan.h.

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 2099 of file mini_vulkan.h.

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 2100 of file mini_vulkan.h.

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 2101 of file mini_vulkan.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 2102 of file mini_vulkan.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 2103 of file mini_vulkan.h.

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 2104 of file mini_vulkan.h.

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 2105 of file mini_vulkan.h.


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