RetroArch
Public Attributes | List of all members
VkPipelineColorBlendStateCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkPipelineColorBlendStateCreateInfo:
[legend]

Public Attributes

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

Member Data Documentation

◆ attachmentCount

uint32_t VkPipelineColorBlendStateCreateInfo::attachmentCount

◆ blendConstants

float VkPipelineColorBlendStateCreateInfo::blendConstants[4]

◆ flags

VkPipelineColorBlendStateCreateFlags VkPipelineColorBlendStateCreateInfo::flags

◆ logicOp

VkLogicOp VkPipelineColorBlendStateCreateInfo::logicOp

◆ logicOpEnable

VkBool32 VkPipelineColorBlendStateCreateInfo::logicOpEnable

◆ pAttachments

const VkPipelineColorBlendAttachmentState* VkPipelineColorBlendStateCreateInfo::pAttachments

◆ pNext

const void* VkPipelineColorBlendStateCreateInfo::pNext

◆ sType

VkStructureType VkPipelineColorBlendStateCreateInfo::sType

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