SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineExecutablePropertiesFeaturesKHR (VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineExecutablePropertiesFeaturesKHR (PhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePipelineExecutablePropertiesFeaturesKHR (VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePipelineExecutablePropertiesFeaturesKHRoperator= (VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePipelineExecutablePropertiesFeaturesKHRoperator= (PhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePipelineExecutablePropertiesFeaturesKHRsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePipelineExecutablePropertiesFeaturesKHRsetPipelineExecutableInfo (VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePipelineExecutablePropertiesFeaturesKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 67332 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDevicePipelineExecutablePropertiesFeaturesKHR() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR ( VULKAN_HPP_NAMESPACE::Bool32  pipelineExecutableInfo_ = {})
inline

Definition at line 67338 of file vulkan.hpp.

67339  : pipelineExecutableInfo( pipelineExecutableInfo_ )
67340  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDevicePipelineExecutablePropertiesFeaturesKHR() [2/3]

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

◆ PhysicalDevicePipelineExecutablePropertiesFeaturesKHR() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR ( VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &  rhs)
inline

Definition at line 67344 of file vulkan.hpp.

67345  {
67346  *this = rhs;
67347  }

Member Function Documentation

◆ operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR &()

VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR & ( )
inline

Definition at line 67380 of file vulkan.hpp.

◆ operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &()

VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::operator VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const & ( ) const
inline

Definition at line 67375 of file vulkan.hpp.

67376  {
67377  return *reinterpret_cast<const VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR*>( this );
67378  }

◆ operator!=()

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

Definition at line 67396 of file vulkan.hpp.

67397  {
67398  return !operator==( rhs );
67399  }
bool operator==(PhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:67389

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 67356 of file vulkan.hpp.

67357  {
67358  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePipelineExecutablePropertiesFeaturesKHR ) );
67359  return *this;
67360  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineExecutablePropertiesFeaturesKHR(VULKAN_HPP_NAMESPACE::Bool32 pipelineExecutableInfo_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:67338

References memcpy.

◆ operator=() [2/2]

PhysicalDevicePipelineExecutablePropertiesFeaturesKHR& VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::operator= ( VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR const &  rhs)
inline

Definition at line 67350 of file vulkan.hpp.

◆ operator==()

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

Definition at line 67389 of file vulkan.hpp.

67390  {
67391  return ( sType == rhs.sType )
67392  && ( pNext == rhs.pNext )
67393  && ( pipelineExecutableInfo == rhs.pipelineExecutableInfo );
67394  }

◆ setPipelineExecutableInfo()

PhysicalDevicePipelineExecutablePropertiesFeaturesKHR& VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::setPipelineExecutableInfo ( VULKAN_HPP_NAMESPACE::Bool32  pipelineExecutableInfo_)
inline

Definition at line 67368 of file vulkan.hpp.

67369  {
67370  pipelineExecutableInfo = pipelineExecutableInfo_;
67371  return *this;
67372  }

◆ setPNext()

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

Definition at line 67362 of file vulkan.hpp.

67363  {
67364  pNext = pNext_;
67365  return *this;
67366  }

Field Documentation

◆ allowDuplicate

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

Definition at line 67334 of file vulkan.hpp.

◆ pipelineExecutableInfo

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::pipelineExecutableInfo = {}

Definition at line 67407 of file vulkan.hpp.

◆ pNext

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

Definition at line 67406 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::structureType = StructureType::ePhysicalDevicePipelineExecutablePropertiesFeaturesKHR
static

Definition at line 67335 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineExecutablePropertiesFeaturesKHR::sType = StructureType::ePhysicalDevicePipelineExecutablePropertiesFeaturesKHR

Definition at line 67405 of file vulkan.hpp.


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