SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering_={}, VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceConditionalRenderingFeaturesEXT (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXTsetConditionalRendering (VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXTsetInheritedConditionalRendering (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
 

Data Fields

const 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 62174 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [1/3]

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

Definition at line 62180 of file vulkan.hpp.

62180  {}, VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering_ = {}) VULKAN_HPP_NOEXCEPT
62181  : conditionalRendering( conditionalRendering_ ), inheritedConditionalRendering( inheritedConditionalRendering_ )
62182  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( PhysicalDeviceConditionalRenderingFeaturesEXT const &  rhs)
default

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [3/3]

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

Definition at line 62186 of file vulkan.hpp.

62187  {
62188  *this = rhs;
62189  }

Member Function Documentation

◆ operator VkPhysicalDeviceConditionalRenderingFeaturesEXT &()

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

Definition at line 62228 of file vulkan.hpp.

62229  {
62230  return *reinterpret_cast<VkPhysicalDeviceConditionalRenderingFeaturesEXT*>( this );
62231  }

◆ operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const &()

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

Definition at line 62223 of file vulkan.hpp.

62224  {
62225  return *reinterpret_cast<const VkPhysicalDeviceConditionalRenderingFeaturesEXT*>( this );
62226  }

◆ operator!=()

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

Definition at line 62245 of file vulkan.hpp.

62246  {
62247  return !operator==( rhs );
62248  }
bool operator==(PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62237

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 62198 of file vulkan.hpp.

62199  {
62200  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceConditionalRenderingFeaturesEXT ) );
62201  return *this;
62202  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 conditionalRendering_={}, VULKAN_HPP_NAMESPACE::Bool32 inheritedConditionalRendering_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:62180

References memcpy.

◆ operator=() [2/2]

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

Definition at line 62192 of file vulkan.hpp.

62193  {
62194  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceConditionalRenderingFeaturesEXT const *>( &rhs );
62195  return *this;
62196  }

◆ operator==()

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

Definition at line 62237 of file vulkan.hpp.

62238  {
62239  return ( sType == rhs.sType )
62240  && ( pNext == rhs.pNext )
62241  && ( conditionalRendering == rhs.conditionalRendering )
62242  && ( inheritedConditionalRendering == rhs.inheritedConditionalRendering );
62243  }

◆ setConditionalRendering()

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

Definition at line 62210 of file vulkan.hpp.

62211  {
62212  conditionalRendering = conditionalRendering_;
62213  return *this;
62214  }

◆ setInheritedConditionalRendering()

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

Definition at line 62216 of file vulkan.hpp.

62217  {
62218  inheritedConditionalRendering = inheritedConditionalRendering_;
62219  return *this;
62220  }

◆ setPNext()

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

Definition at line 62204 of file vulkan.hpp.

62205  {
62206  pNext = pNext_;
62207  return *this;
62208  }

Field Documentation

◆ allowDuplicate

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

Definition at line 62176 of file vulkan.hpp.

◆ conditionalRendering

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

Definition at line 62256 of file vulkan.hpp.

◆ inheritedConditionalRendering

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

Definition at line 62257 of file vulkan.hpp.

◆ pNext

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

Definition at line 62255 of file vulkan.hpp.

◆ structureType

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

Definition at line 62177 of file vulkan.hpp.

◆ sType

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

Definition at line 62254 of file vulkan.hpp.


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