ReactOS 0.4.17-dev-934-g091855f
VkPipelineColorBlendAttachmentState Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineColorBlendAttachmentState:

Public Attributes

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

Detailed Description

Definition at line 13034 of file vulkan.h.

Member Data Documentation

◆ alphaBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 13042 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ blendEnable

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 13036 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ colorBlendOp

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 13039 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ colorWriteMask

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 13043 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ dstAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 13041 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ dstColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 13038 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ srcAlphaBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 13040 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().

◆ srcColorBlendFactor

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 13037 of file vulkan.h.

Referenced by blend_attachment_from_d3d12().


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