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 |
Definition at line 18832 of file vulkan.hpp.
References memcpy.
|
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.
|
inline |
Definition at line 18837 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 18870 of file vulkan.hpp.
References conditionalRendering, inheritedConditionalRendering, pNext, and sType.
|
inline |
Definition at line 18848 of file vulkan.hpp.
|
inline |
Definition at line 18854 of file vulkan.hpp.
|
inline |
Definition at line 18842 of file vulkan.hpp.
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::conditionalRendering |
Definition at line 18888 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::inheritedConditionalRendering |
Definition at line 18889 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::pNext = nullptr |
Definition at line 18887 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 18884 of file vulkan.hpp.
Referenced by operator==().