SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
PipelineColorBlendStateCreateFlags | flags |
Bool32 | logicOpEnable |
LogicOp | logicOp |
uint32_t | attachmentCount |
const PipelineColorBlendAttachmentState * | pAttachments |
float | blendConstants [4] |
Private Attributes | |
StructureType | sType = StructureType::ePipelineColorBlendStateCreateInfo |
Definition at line 23904 of file vulkan.hpp.
|
inline |
Definition at line 23906 of file vulkan.hpp.
|
inline |
Definition at line 23921 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23978 of file vulkan.hpp.
|
inline |
Definition at line 23973 of file vulkan.hpp.
|
inline |
Definition at line 23995 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 23983 of file vulkan.hpp.
References attachmentCount, blendConstants, flags, logicOp, logicOpEnable, pAttachments, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 23955 of file vulkan.hpp.
References attachmentCount.
|
inline |
Definition at line 23967 of file vulkan.hpp.
References blendConstants, and memcpy.
|
inline |
Definition at line 23937 of file vulkan.hpp.
|
inline |
Definition at line 23949 of file vulkan.hpp.
References logicOp.
|
inline |
Definition at line 23943 of file vulkan.hpp.
References logicOpEnable.
|
inline |
Definition at line 23961 of file vulkan.hpp.
References pAttachments.
|
inline |
Definition at line 23931 of file vulkan.hpp.
References pNext.
uint32_t VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::attachmentCount |
Definition at line 24008 of file vulkan.hpp.
Referenced by operator==(), and setAttachmentCount().
float VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::blendConstants[4] |
Definition at line 24010 of file vulkan.hpp.
Referenced by operator==(), and setBlendConstants().
PipelineColorBlendStateCreateFlags VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::flags |
Definition at line 24005 of file vulkan.hpp.
Referenced by operator==().
LogicOp VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::logicOp |
Definition at line 24007 of file vulkan.hpp.
Referenced by operator==(), and setLogicOp().
Bool32 VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::logicOpEnable |
Definition at line 24006 of file vulkan.hpp.
Referenced by operator==(), and setLogicOpEnable().
const PipelineColorBlendAttachmentState* VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::pAttachments |
Definition at line 24009 of file vulkan.hpp.
Referenced by operator==(), and setPAttachments().
const void* VULKAN_HPP_NAMESPACE::PipelineColorBlendStateCreateInfo::pNext = nullptr |
Definition at line 24004 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 24001 of file vulkan.hpp.
Referenced by operator==().