Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkPipelineColorBlendStateCreateFlags | flags |
VkBool32 | logicOpEnable |
VkLogicOp | logicOp |
uint32_t | attachmentCount |
const VkPipelineColorBlendAttachmentState * | pAttachments |
float | blendConstants [4] |
Definition at line 3684 of file vulkan_core.h.
uint32_t VkPipelineColorBlendStateCreateInfo::attachmentCount |
Definition at line 3690 of file vulkan_core.h.
float VkPipelineColorBlendStateCreateInfo::blendConstants[4] |
Definition at line 3692 of file vulkan_core.h.
VkPipelineColorBlendStateCreateFlags VkPipelineColorBlendStateCreateInfo::flags |
Definition at line 3687 of file vulkan_core.h.
VkLogicOp VkPipelineColorBlendStateCreateInfo::logicOp |
Definition at line 3689 of file vulkan_core.h.
VkBool32 VkPipelineColorBlendStateCreateInfo::logicOpEnable |
Definition at line 3688 of file vulkan_core.h.
const VkPipelineColorBlendAttachmentState* VkPipelineColorBlendStateCreateInfo::pAttachments |
Definition at line 3691 of file vulkan_core.h.
const void* VkPipelineColorBlendStateCreateInfo::pNext |
Definition at line 3686 of file vulkan_core.h.
VkStructureType VkPipelineColorBlendStateCreateInfo::sType |
Definition at line 3685 of file vulkan_core.h.