Vulkan-Hpp
vk::PipelineExecutablePropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineExecutablePropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR (vk::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

vk::StructureType sType = StructureType::ePipelineExecutablePropertiesKHR
 
void * pNext = {}
 
vk::ShaderStageFlags stages = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEname = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEdescription = {}
 
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 91644 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PipelineExecutablePropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( vk::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 91652 of file vulkan_structs.hpp.

◆ PipelineExecutablePropertiesKHR() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( PipelineExecutablePropertiesKHR const &  rhs)
default

◆ PipelineExecutablePropertiesKHR() [3/3]

vk::PipelineExecutablePropertiesKHR::PipelineExecutablePropertiesKHR ( VkPipelineExecutablePropertiesKHR const &  rhs)
inline

Definition at line 91667 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPipelineExecutablePropertiesKHR &()

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

Definition at line 91686 of file vulkan_structs.hpp.

◆ operator VkPipelineExecutablePropertiesKHR const &()

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

Definition at line 91681 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PipelineExecutablePropertiesKHR::operator!= ( PipelineExecutablePropertiesKHR const &  rhs) const
inline

Definition at line 91721 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PipelineExecutablePropertiesKHR& vk::PipelineExecutablePropertiesKHR::operator= ( PipelineExecutablePropertiesKHR const &  rhs)
default

◆ operator=() [2/2]

PipelineExecutablePropertiesKHR& vk::PipelineExecutablePropertiesKHR::operator= ( VkPipelineExecutablePropertiesKHR const &  rhs)
inline

Definition at line 91675 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PipelineExecutablePropertiesKHR::operator== ( PipelineExecutablePropertiesKHR const &  rhs) const
inline

Definition at line 91711 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 91648 of file vulkan_structs.hpp.

◆ description

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

Definition at line 91732 of file vulkan_structs.hpp.

◆ name

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

Definition at line 91731 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 91729 of file vulkan_structs.hpp.

◆ stages

vk::ShaderStageFlags vk::PipelineExecutablePropertiesKHR::stages = {}

Definition at line 91730 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 91649 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PipelineExecutablePropertiesKHR::sType = StructureType::ePipelineExecutablePropertiesKHR

Definition at line 91728 of file vulkan_structs.hpp.

◆ subgroupSize

uint32_t vk::PipelineExecutablePropertiesKHR::subgroupSize = {}

Definition at line 91733 of file vulkan_structs.hpp.


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