ReactOS 0.4.17-dev-934-g091855f
VkColorBlendEquationEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkColorBlendEquationEXT:

Public Attributes

VkBlendFactor srcColorBlendFactor
 
VkBlendFactor dstColorBlendFactor
 
VkBlendOp colorBlendOp
 
VkBlendFactor srcAlphaBlendFactor
 
VkBlendFactor dstAlphaBlendFactor
 
VkBlendOp alphaBlendOp
 

Detailed Description

Definition at line 7809 of file vulkan.h.

Member Data Documentation

◆ alphaBlendOp

VkBlendOp VkColorBlendEquationEXT::alphaBlendOp

Definition at line 7816 of file vulkan.h.

◆ colorBlendOp

VkBlendOp VkColorBlendEquationEXT::colorBlendOp

Definition at line 7813 of file vulkan.h.

◆ dstAlphaBlendFactor

VkBlendFactor VkColorBlendEquationEXT::dstAlphaBlendFactor

Definition at line 7815 of file vulkan.h.

◆ dstColorBlendFactor

VkBlendFactor VkColorBlendEquationEXT::dstColorBlendFactor

Definition at line 7812 of file vulkan.h.

◆ srcAlphaBlendFactor

VkBlendFactor VkColorBlendEquationEXT::srcAlphaBlendFactor

Definition at line 7814 of file vulkan.h.

◆ srcColorBlendFactor

VkBlendFactor VkColorBlendEquationEXT::srcColorBlendFactor

Definition at line 7811 of file vulkan.h.


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