Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkPipelineColorBlendStateCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkPipelineColorBlendStateCreateFlags flags
 
VkBool32 logicOpEnable
 
VkLogicOp logicOp
 
uint32_t attachmentCount
 
const VkPipelineColorBlendAttachmentStatepAttachments
 
float blendConstants [4]
 

Detailed Description

Definition at line 3684 of file vulkan_core.h.

Field Documentation

◆ attachmentCount

uint32_t VkPipelineColorBlendStateCreateInfo::attachmentCount

Definition at line 3690 of file vulkan_core.h.

◆ blendConstants

float VkPipelineColorBlendStateCreateInfo::blendConstants[4]

Definition at line 3692 of file vulkan_core.h.

◆ flags

VkPipelineColorBlendStateCreateFlags VkPipelineColorBlendStateCreateInfo::flags

Definition at line 3687 of file vulkan_core.h.

◆ logicOp

VkLogicOp VkPipelineColorBlendStateCreateInfo::logicOp

Definition at line 3689 of file vulkan_core.h.

◆ logicOpEnable

VkBool32 VkPipelineColorBlendStateCreateInfo::logicOpEnable

Definition at line 3688 of file vulkan_core.h.

◆ pAttachments

const VkPipelineColorBlendAttachmentState* VkPipelineColorBlendStateCreateInfo::pAttachments

Definition at line 3691 of file vulkan_core.h.

◆ pNext

const void* VkPipelineColorBlendStateCreateInfo::pNext

Definition at line 3686 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineColorBlendStateCreateInfo::sType

Definition at line 3685 of file vulkan_core.h.


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