32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkBlendFactor,VkBlendFactor]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef enum VkBlendFactor {
|
|
VK_BLEND_FACTOR_ZERO = 0,
|
|
VK_BLEND_FACTOR_ONE = 1,
|
|
VK_BLEND_FACTOR_SRC_COLOR = 2,
|
|
VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR = 3,
|
|
VK_BLEND_FACTOR_DST_COLOR = 4,
|
|
VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR = 5,
|
|
VK_BLEND_FACTOR_SRC_ALPHA = 6,
|
|
VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA = 7,
|
|
VK_BLEND_FACTOR_DST_ALPHA = 8,
|
|
VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA = 9,
|
|
VK_BLEND_FACTOR_CONSTANT_COLOR = 10,
|
|
VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR = 11,
|
|
VK_BLEND_FACTOR_CONSTANT_ALPHA = 12,
|
|
VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA = 13,
|
|
VK_BLEND_FACTOR_SRC_ALPHA_SATURATE = 14,
|
|
VK_BLEND_FACTOR_SRC1_COLOR = 15,
|
|
VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR = 16,
|
|
VK_BLEND_FACTOR_SRC1_ALPHA = 17,
|
|
VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA = 18,
|
|
} VkBlendFactor;
|
|
------------------------------------------------------------------------------
|