SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV (VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVoperator= (VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVoperator= (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsFeaturesNVsetDeviceGeneratedCommands (VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 63490 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ( VULKAN_HPP_NAMESPACE::Bool32  deviceGeneratedCommands_ = {})
inline

Definition at line 63496 of file vulkan.hpp.

63497  : deviceGeneratedCommands( deviceGeneratedCommands_ )
63498  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [2/3]

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

◆ PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &  rhs)
inline

Definition at line 63502 of file vulkan.hpp.

63503  {
63504  *this = rhs;
63505  }

Member Function Documentation

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV & ( )
inline

Definition at line 63538 of file vulkan.hpp.

63539  {
63540  return *reinterpret_cast<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV*>( this );
63541  }

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const & ( ) const
inline

Definition at line 63533 of file vulkan.hpp.

63534  {
63535  return *reinterpret_cast<const VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV*>( this );
63536  }

◆ operator!=()

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

Definition at line 63554 of file vulkan.hpp.

63555  {
63556  return !operator==( rhs );
63557  }
bool operator==(PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63547

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 63514 of file vulkan.hpp.

63515  {
63516  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ) );
63517  return *this;
63518  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63496

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceDeviceGeneratedCommandsFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::operator= ( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &  rhs)
inline

Definition at line 63508 of file vulkan.hpp.

63509  {
63510  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV const *>( &rhs );
63511  return *this;
63512  }

◆ operator==()

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

Definition at line 63547 of file vulkan.hpp.

63548  {
63549  return ( sType == rhs.sType )
63550  && ( pNext == rhs.pNext )
63551  && ( deviceGeneratedCommands == rhs.deviceGeneratedCommands );
63552  }

◆ setDeviceGeneratedCommands()

PhysicalDeviceDeviceGeneratedCommandsFeaturesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::setDeviceGeneratedCommands ( VULKAN_HPP_NAMESPACE::Bool32  deviceGeneratedCommands_)
inline

Definition at line 63526 of file vulkan.hpp.

63527  {
63528  deviceGeneratedCommands = deviceGeneratedCommands_;
63529  return *this;
63530  }

◆ setPNext()

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

Definition at line 63520 of file vulkan.hpp.

63521  {
63522  pNext = pNext_;
63523  return *this;
63524  }

Field Documentation

◆ allowDuplicate

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

Definition at line 63492 of file vulkan.hpp.

◆ deviceGeneratedCommands

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::deviceGeneratedCommands = {}

Definition at line 63565 of file vulkan.hpp.

◆ pNext

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

Definition at line 63564 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV
static

Definition at line 63493 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV::sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsFeaturesNV

Definition at line 63563 of file vulkan.hpp.


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