Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkBlendFactor | srcColorBlendFactor |
VkBlendFactor | dstColorBlendFactor |
VkBlendOp | colorBlendOp |
VkBlendFactor | srcAlphaBlendFactor |
VkBlendFactor | dstAlphaBlendFactor |
VkBlendOp | alphaBlendOp |
Definition at line 18310 of file vulkan_core.h.
VkBlendOp VkColorBlendEquationEXT::alphaBlendOp |
Definition at line 18316 of file vulkan_core.h.
VkBlendOp VkColorBlendEquationEXT::colorBlendOp |
Definition at line 18313 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::dstAlphaBlendFactor |
Definition at line 18315 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::dstColorBlendFactor |
Definition at line 18312 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::srcAlphaBlendFactor |
Definition at line 18314 of file vulkan_core.h.
VkBlendFactor VkColorBlendEquationEXT::srcColorBlendFactor |
Definition at line 18311 of file vulkan_core.h.