SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
Bool32 | srcPremultiplied |
Bool32 | dstPremultiplied |
BlendOverlapEXT | blendOverlap |
Private Attributes | |
StructureType | sType = StructureType::ePipelineColorBlendAdvancedStateCreateInfoEXT |
Definition at line 35741 of file vulkan.hpp.
|
inline |
Definition at line 35743 of file vulkan.hpp.
|
inline |
Definition at line 35752 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35791 of file vulkan.hpp.
|
inline |
Definition at line 35786 of file vulkan.hpp.
|
inline |
Definition at line 35805 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 35796 of file vulkan.hpp.
References blendOverlap, dstPremultiplied, pNext, srcPremultiplied, and sType.
Referenced by operator!=().
|
inline |
Definition at line 35780 of file vulkan.hpp.
References blendOverlap.
|
inline |
Definition at line 35774 of file vulkan.hpp.
References dstPremultiplied.
|
inline |
Definition at line 35762 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 35768 of file vulkan.hpp.
References srcPremultiplied.
BlendOverlapEXT VULKAN_HPP_NAMESPACE::PipelineColorBlendAdvancedStateCreateInfoEXT::blendOverlap |
Definition at line 35817 of file vulkan.hpp.
Referenced by operator==(), and setBlendOverlap().
Bool32 VULKAN_HPP_NAMESPACE::PipelineColorBlendAdvancedStateCreateInfoEXT::dstPremultiplied |
Definition at line 35816 of file vulkan.hpp.
Referenced by operator==(), and setDstPremultiplied().
const void* VULKAN_HPP_NAMESPACE::PipelineColorBlendAdvancedStateCreateInfoEXT::pNext = nullptr |
Definition at line 35814 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PipelineColorBlendAdvancedStateCreateInfoEXT::srcPremultiplied |
Definition at line 35815 of file vulkan.hpp.
Referenced by operator==(), and setSrcPremultiplied().
|
private |
Definition at line 35811 of file vulkan.hpp.
Referenced by operator==().