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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineExecutablePropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR (VULKAN_HPP_NAMESPACE::ShaderStageFlags stages_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &name_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}, uint32_t subgroupSize_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR (PipelineExecutablePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineExecutablePropertiesKHR (VkPipelineExecutablePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineExecutablePropertiesKHRoperator= (PipelineExecutablePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineExecutablePropertiesKHRoperator= (VkPipelineExecutablePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutablePropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutablePropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineExecutablePropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineExecutablePropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutablePropertiesKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ShaderStageFlags stages = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DESCRIPTION_SIZE
name = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DESCRIPTION_SIZE
description = {}
 
uint32_t subgroupSize = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 79402 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( VULKAN_HPP_NAMESPACE::ShaderStageFlags  stages_ = {},
std::array< char, VK_MAX_DESCRIPTION_SIZE > const name_ = {},
std::array< char, VK_MAX_DESCRIPTION_SIZE > const description_ = {},
uint32_t  subgroupSize_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 79410 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( PipelineExecutablePropertiesKHR const rhs)
default
VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( VkPipelineExecutablePropertiesKHR const rhs)
inline

Definition at line 79425 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::operator VkPipelineExecutablePropertiesKHR & ( )
inline

Definition at line 79444 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::operator VkPipelineExecutablePropertiesKHR const & ( ) const
inline

Definition at line 79439 of file vulkan_structs.hpp.

PipelineExecutablePropertiesKHR& VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::operator= ( PipelineExecutablePropertiesKHR const rhs)
default
PipelineExecutablePropertiesKHR& VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::operator= ( VkPipelineExecutablePropertiesKHR const rhs)
inline

Definition at line 79433 of file vulkan_structs.hpp.

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

Definition at line 79469 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 79406 of file vulkan_structs.hpp.

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

Definition at line 79490 of file vulkan_structs.hpp.

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

Definition at line 79489 of file vulkan_structs.hpp.

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

Definition at line 79487 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderStageFlags VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::stages = {}

Definition at line 79488 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::structureType = StructureType::ePipelineExecutablePropertiesKHR
static

Definition at line 79407 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::sType = StructureType::ePipelineExecutablePropertiesKHR

Definition at line 79486 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR::subgroupSize = {}

Definition at line 79491 of file vulkan_structs.hpp.


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