Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkBlendFactor | srcColorBlendFactor |
VkBlendFactor | dstColorBlendFactor |
VkBlendOp | colorBlendOp |
VkBlendFactor | srcAlphaBlendFactor |
VkBlendFactor | dstAlphaBlendFactor |
VkBlendOp | alphaBlendOp |
Definition at line 17755 of file vulkan_core.h.
VkBlendOp VkColorBlendEquationEXT::alphaBlendOp |
Definition at line 17761 of file vulkan_core.h.
VkBlendOp VkColorBlendEquationEXT::colorBlendOp |
Definition at line 17758 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::dstAlphaBlendFactor |
Definition at line 17760 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::dstColorBlendFactor |
Definition at line 17757 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::srcAlphaBlendFactor |
Definition at line 17759 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::srcColorBlendFactor |
Definition at line 17756 of file vulkan_core.h.