HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceConditionalRenderingFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering_={}, VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceConditionalRenderingFeaturesEXT (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceConditionalRenderingFeaturesEXT
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceConditionalRenderingFeaturesEXT
setConditionalRendering (VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceConditionalRenderingFeaturesEXT
setInheritedConditionalRendering (VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceConditionalRenderingFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering = {}
 
VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT
 

Detailed Description

Definition at line 51702 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( VULKAN_HPP_NAMESPACE::Bool32  conditionalRendering_ = {},
VULKAN_HPP_NAMESPACE::Bool32  inheritedConditionalRendering_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 51710 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( PhysicalDeviceConditionalRenderingFeaturesEXT const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( VkPhysicalDeviceConditionalRenderingFeaturesEXT const rhs)
inline

Definition at line 51722 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::operator VkPhysicalDeviceConditionalRenderingFeaturesEXT & ( )
inline

Definition at line 51763 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const & ( ) const
inline

Definition at line 51758 of file vulkan_structs.hpp.

PhysicalDeviceConditionalRenderingFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::operator= ( PhysicalDeviceConditionalRenderingFeaturesEXT const rhs)
default
PhysicalDeviceConditionalRenderingFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::operator= ( VkPhysicalDeviceConditionalRenderingFeaturesEXT const rhs)
inline

Definition at line 51730 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::operator== ( PhysicalDeviceConditionalRenderingFeaturesEXT const rhs) const
inline

Definition at line 51783 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::setConditionalRendering ( VULKAN_HPP_NAMESPACE::Bool32  conditionalRendering_)
inline

Definition at line 51744 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::setInheritedConditionalRendering ( VULKAN_HPP_NAMESPACE::Bool32  inheritedConditionalRendering_)
inline

Definition at line 51751 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::setPNext ( void pNext_)
inline

Definition at line 51737 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::allowDuplicate = false
static

Definition at line 51706 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::conditionalRendering = {}

Definition at line 51802 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::inheritedConditionalRendering = {}

Definition at line 51803 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::pNext = {}

Definition at line 51801 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::structureType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT
static

Definition at line 51707 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::sType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT

Definition at line 51800 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: