HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkPipelineColorBlendAttachmentState Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3562 of file vulkan_core.h.

Member Data Documentation

VkBlendOp VkPipelineColorBlendAttachmentState::alphaBlendOp

Definition at line 3569 of file vulkan_core.h.

VkBool32 VkPipelineColorBlendAttachmentState::blendEnable

Definition at line 3563 of file vulkan_core.h.

VkBlendOp VkPipelineColorBlendAttachmentState::colorBlendOp

Definition at line 3566 of file vulkan_core.h.

VkColorComponentFlags VkPipelineColorBlendAttachmentState::colorWriteMask

Definition at line 3570 of file vulkan_core.h.

VkBlendFactor VkPipelineColorBlendAttachmentState::dstAlphaBlendFactor

Definition at line 3568 of file vulkan_core.h.

VkBlendFactor VkPipelineColorBlendAttachmentState::dstColorBlendFactor

Definition at line 3565 of file vulkan_core.h.

VkBlendFactor VkPipelineColorBlendAttachmentState::srcAlphaBlendFactor

Definition at line 3567 of file vulkan_core.h.

VkBlendFactor VkPipelineColorBlendAttachmentState::srcColorBlendFactor

Definition at line 3564 of file vulkan_core.h.


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