SDL  2.0
VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR:

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR (std::array< char, VK_MAX_DESCRIPTION_SIZE > const &name_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}, VULKAN_HPP_NAMESPACE::Bool32 isText_={}, size_t dataSize_={}, void *pData_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR (PipelineExecutableInternalRepresentationKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineExecutableInternalRepresentationKHR (VkPipelineExecutableInternalRepresentationKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
template<typename T >
 PipelineExecutableInternalRepresentationKHR (std::array< char, VK_MAX_DESCRIPTION_SIZE > const &name_, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_, VULKAN_HPP_NAMESPACE::Bool32 isText_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< T > const &data_)
 
PipelineExecutableInternalRepresentationKHRoperator= (VkPipelineExecutableInternalRepresentationKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineExecutableInternalRepresentationKHRoperator= (PipelineExecutableInternalRepresentationKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableInternalRepresentationKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableInternalRepresentationKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineExecutableInternalRepresentationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineExecutableInternalRepresentationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInternalRepresentationKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEname = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEdescription = {}
 
VULKAN_HPP_NAMESPACE::Bool32 isText = {}
 
size_t dataSize = {}
 
voidpData = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 45659 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PipelineExecutableInternalRepresentationKHR() [1/4]

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  name_ = {},
std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  description_ = {},
VULKAN_HPP_NAMESPACE::Bool32  isText_ = {},
size_t  dataSize_ = {},
void pData_ = {} 
)
inline

Definition at line 45665 of file vulkan.hpp.

45665  {}, std::array<char,VK_MAX_DESCRIPTION_SIZE> const& description_ = {}, VULKAN_HPP_NAMESPACE::Bool32 isText_ = {}, size_t dataSize_ = {}, void* pData_ = {}) VULKAN_HPP_NOEXCEPT
45666  : name( name_ ), description( description_ ), isText( isText_ ), dataSize( dataSize_ ), pData( pData_ )
45667  {}
VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > description
Definition: vulkan.hpp:45734
VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > name
Definition: vulkan.hpp:45733
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PipelineExecutableInternalRepresentationKHR() [2/4]

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( PipelineExecutableInternalRepresentationKHR const &  rhs)
default

◆ PipelineExecutableInternalRepresentationKHR() [3/4]

VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( VkPipelineExecutableInternalRepresentationKHR const &  rhs)
inline

Definition at line 45671 of file vulkan.hpp.

45672  {
45673  *this = rhs;
45674  }

◆ PipelineExecutableInternalRepresentationKHR() [4/4]

template<typename T >
VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  name_,
std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  description_,
VULKAN_HPP_NAMESPACE::Bool32  isText_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< T > const &  data_ 
)
inline

Definition at line 45678 of file vulkan.hpp.

45679  : name( name_ ), description( description_ ), isText( isText_ ), dataSize( data_.size() * sizeof(T) ), pData( data_.data() )
45680  {}
T * data() const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:519
uint32_t size() const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:514
static const double T[]
Definition: k_tan.c:53

Member Function Documentation

◆ operator VkPipelineExecutableInternalRepresentationKHR &()

VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::operator VkPipelineExecutableInternalRepresentationKHR & ( )
inline

Definition at line 45702 of file vulkan.hpp.

45703  {
45704  return *reinterpret_cast<VkPipelineExecutableInternalRepresentationKHR*>( this );
45705  }

◆ operator VkPipelineExecutableInternalRepresentationKHR const &()

VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::operator VkPipelineExecutableInternalRepresentationKHR const & ( ) const
inline

Definition at line 45697 of file vulkan.hpp.

45698  {
45699  return *reinterpret_cast<const VkPipelineExecutableInternalRepresentationKHR*>( this );
45700  }

◆ operator!=()

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

Definition at line 45722 of file vulkan.hpp.

45723  {
45724  return !operator==( rhs );
45725  }
bool operator==(PipelineExecutableInternalRepresentationKHR const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:45711

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 45690 of file vulkan.hpp.

45691  {
45692  memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineExecutableInternalRepresentationKHR ) );
45693  return *this;
45694  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR(std::array< char, VK_MAX_DESCRIPTION_SIZE > const &name_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}, VULKAN_HPP_NAMESPACE::Bool32 isText_={}, size_t dataSize_={}, void *pData_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:45665

References memcpy.

◆ operator=() [2/2]

PipelineExecutableInternalRepresentationKHR& VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::operator= ( VkPipelineExecutableInternalRepresentationKHR const &  rhs)
inline

Definition at line 45684 of file vulkan.hpp.

45685  {
45686  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const *>( &rhs );
45687  return *this;
45688  }

◆ operator==()

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

Definition at line 45711 of file vulkan.hpp.

45712  {
45713  return ( sType == rhs.sType )
45714  && ( pNext == rhs.pNext )
45715  && ( name == rhs.name )
45716  && ( description == rhs.description )
45717  && ( isText == rhs.isText )
45718  && ( dataSize == rhs.dataSize )
45719  && ( pData == rhs.pData );
45720  }
GLenum GLsizei dataSize
GLuint const GLchar * name
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:45731

Field Documentation

◆ allowDuplicate

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

Definition at line 45661 of file vulkan.hpp.

◆ dataSize

size_t VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::dataSize = {}

Definition at line 45736 of file vulkan.hpp.

◆ description

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::description = {}

Definition at line 45734 of file vulkan.hpp.

◆ isText

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::isText = {}

Definition at line 45735 of file vulkan.hpp.

◆ name

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::name = {}

Definition at line 45733 of file vulkan.hpp.

◆ pData

void* VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::pData = {}

Definition at line 45737 of file vulkan.hpp.

◆ pNext

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

Definition at line 45732 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::structureType = StructureType::ePipelineExecutableInternalRepresentationKHR
static

Definition at line 45662 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::sType = StructureType::ePipelineExecutableInternalRepresentationKHR

Definition at line 45731 of file vulkan.hpp.


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