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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineExecutableInternalRepresentationKHR
 

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_={}, void *pNext_=nullptr) 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_, void *pNext_=nullptr)
 
PipelineExecutableInternalRepresentationKHRoperator= (PipelineExecutableInternalRepresentationKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineExecutableInternalRepresentationKHRoperator= (VkPipelineExecutableInternalRepresentationKHR 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
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableInternalRepresentationKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DESCRIPTION_SIZE
name = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DESCRIPTION_SIZE
description = {}
 
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 79287 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 79295 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( PipelineExecutableInternalRepresentationKHR const rhs)
default
VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::PipelineExecutableInternalRepresentationKHR ( VkPipelineExecutableInternalRepresentationKHR const rhs)
inline

Definition at line 79313 of file vulkan_structs.hpp.

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_,
void pNext_ = nullptr 
)
inline

Definition at line 79320 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 79344 of file vulkan_structs.hpp.

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

Definition at line 79339 of file vulkan_structs.hpp.

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

Definition at line 79333 of file vulkan_structs.hpp.

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

Definition at line 79370 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 79291 of file vulkan_structs.hpp.

size_t VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::dataSize = {}

Definition at line 79392 of file vulkan_structs.hpp.

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

Definition at line 79390 of file vulkan_structs.hpp.

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

Definition at line 79391 of file vulkan_structs.hpp.

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

Definition at line 79389 of file vulkan_structs.hpp.

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

Definition at line 79393 of file vulkan_structs.hpp.

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

Definition at line 79388 of file vulkan_structs.hpp.

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

Definition at line 79292 of file vulkan_structs.hpp.

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

Definition at line 79387 of file vulkan_structs.hpp.


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