Vulkan-Hpp
vk::PipelineExecutableStatisticKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineExecutableStatisticKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR (std::array< char, VK_MAX_DESCRIPTION_SIZE > const &name_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}, vk::PipelineExecutableStatisticFormatKHR format_=vk::PipelineExecutableStatisticFormatKHR::eBool32, vk::PipelineExecutableStatisticValueKHR value_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR (PipelineExecutableStatisticKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineExecutableStatisticKHR (VkPipelineExecutableStatisticKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineExecutableStatisticKHRoperator= (PipelineExecutableStatisticKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineExecutableStatisticKHRoperator= (VkPipelineExecutableStatisticKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableStatisticKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineExecutableStatisticKHR & () VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePipelineExecutableStatisticKHR
 
void * pNext = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEname = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEdescription = {}
 
vk::PipelineExecutableStatisticFormatKHR format = vk::PipelineExecutableStatisticFormatKHR::eBool32
 
vk::PipelineExecutableStatisticValueKHR value = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 91805 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PipelineExecutableStatisticKHR() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PipelineExecutableStatisticKHR::PipelineExecutableStatisticKHR ( std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  name_ = {},
std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  description_ = {},
vk::PipelineExecutableStatisticFormatKHR  format_ = vk::PipelineExecutableStatisticFormatKHR::eBool32,
vk::PipelineExecutableStatisticValueKHR  value_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 91813 of file vulkan_structs.hpp.

◆ PipelineExecutableStatisticKHR() [2/3]

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

◆ PipelineExecutableStatisticKHR() [3/3]

vk::PipelineExecutableStatisticKHR::PipelineExecutableStatisticKHR ( VkPipelineExecutableStatisticKHR const &  rhs)
inline

Definition at line 91829 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPipelineExecutableStatisticKHR &()

vk::PipelineExecutableStatisticKHR::operator VkPipelineExecutableStatisticKHR & ( )
inline

Definition at line 91848 of file vulkan_structs.hpp.

◆ operator VkPipelineExecutableStatisticKHR const &()

vk::PipelineExecutableStatisticKHR::operator VkPipelineExecutableStatisticKHR const & ( ) const
inline

Definition at line 91843 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PipelineExecutableStatisticKHR& vk::PipelineExecutableStatisticKHR::operator= ( VkPipelineExecutableStatisticKHR const &  rhs)
inline

Definition at line 91837 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 91809 of file vulkan_structs.hpp.

◆ description

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

Definition at line 91874 of file vulkan_structs.hpp.

◆ format

Definition at line 91875 of file vulkan_structs.hpp.

◆ name

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

Definition at line 91873 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 91872 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PipelineExecutableStatisticKHR::structureType = StructureType::ePipelineExecutableStatisticKHR
static

Definition at line 91810 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PipelineExecutableStatisticKHR::sType = StructureType::ePipelineExecutableStatisticKHR

Definition at line 91871 of file vulkan_structs.hpp.

◆ value

vk::PipelineExecutableStatisticValueKHR vk::PipelineExecutableStatisticKHR::value = {}

Definition at line 91876 of file vulkan_structs.hpp.


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