|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| PhysicalDeviceConditionalRenderingFeaturesEXT (Bool32 conditionalRendering_=0, Bool32 inheritedConditionalRendering_=0) | |
| PhysicalDeviceConditionalRenderingFeaturesEXT (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) | |
| PhysicalDeviceConditionalRenderingFeaturesEXT & | operator= (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) |
| PhysicalDeviceConditionalRenderingFeaturesEXT & | setPNext (void *pNext_) |
| PhysicalDeviceConditionalRenderingFeaturesEXT & | setConditionalRendering (Bool32 conditionalRendering_) |
| PhysicalDeviceConditionalRenderingFeaturesEXT & | setInheritedConditionalRendering (Bool32 inheritedConditionalRendering_) |
| operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const & () const | |
| operator VkPhysicalDeviceConditionalRenderingFeaturesEXT & () | |
| bool | operator== (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const |
| bool | operator!= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| Bool32 | conditionalRendering |
| Bool32 | inheritedConditionalRendering |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT |
Definition at line 18823 of file vulkan.hpp.
|
inline |
Definition at line 18825 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 18865 of file vulkan.hpp.
|
inline |
Definition at line 18860 of file vulkan.hpp.
|
inline |
Definition at line 18878 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 18870 of file vulkan.hpp.
References conditionalRendering, inheritedConditionalRendering, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 18848 of file vulkan.hpp.
References conditionalRendering.
|
inline |
|
inline |
Definition at line 18842 of file vulkan.hpp.
References pNext.
| Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::conditionalRendering |
Definition at line 18888 of file vulkan.hpp.
Referenced by operator==(), and setConditionalRendering().
| Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::inheritedConditionalRendering |
Definition at line 18889 of file vulkan.hpp.
Referenced by operator==(), and setInheritedConditionalRendering().
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::pNext = nullptr |
Definition at line 18887 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 18884 of file vulkan.hpp.
Referenced by operator==().