|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| PhysicalDeviceBlendOperationAdvancedFeaturesEXT (Bool32 advancedBlendCoherentOperations_=0) | |
| PhysicalDeviceBlendOperationAdvancedFeaturesEXT (VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT const &rhs) | |
| PhysicalDeviceBlendOperationAdvancedFeaturesEXT & | operator= (VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT const &rhs) |
| PhysicalDeviceBlendOperationAdvancedFeaturesEXT & | setPNext (void *pNext_) |
| PhysicalDeviceBlendOperationAdvancedFeaturesEXT & | setAdvancedBlendCoherentOperations (Bool32 advancedBlendCoherentOperations_) |
| operator VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT const & () const | |
| operator VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT & () | |
| bool | operator== (PhysicalDeviceBlendOperationAdvancedFeaturesEXT const &rhs) const |
| bool | operator!= (PhysicalDeviceBlendOperationAdvancedFeaturesEXT const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| Bool32 | advancedBlendCoherentOperations |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceBlendOperationAdvancedFeaturesEXT |
Definition at line 16735 of file vulkan.hpp.
|
inline |
Definition at line 16737 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 16769 of file vulkan.hpp.
|
inline |
Definition at line 16764 of file vulkan.hpp.
|
inline |
Definition at line 16781 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 16774 of file vulkan.hpp.
References advancedBlendCoherentOperations, pNext, and sType.
Referenced by operator!=().
|
inline |
|
inline |
Definition at line 16752 of file vulkan.hpp.
References pNext.
| Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceBlendOperationAdvancedFeaturesEXT::advancedBlendCoherentOperations |
Definition at line 16791 of file vulkan.hpp.
Referenced by operator==(), and setAdvancedBlendCoherentOperations().
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceBlendOperationAdvancedFeaturesEXT::pNext = nullptr |
Definition at line 16790 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 16787 of file vulkan.hpp.
Referenced by operator==().