Vulkan-Hpp
|
#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 | |
PipelineExecutableStatisticKHR & | operator= (PipelineExecutableStatisticKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
PipelineExecutableStatisticKHR & | operator= (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_SIZE > | name = {} |
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | description = {} |
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 |
Definition at line 91805 of file vulkan_structs.hpp.
Definition at line 91807 of file vulkan_structs.hpp.
|
inline |
Definition at line 91813 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 91829 of file vulkan_structs.hpp.
|
inline |
Definition at line 91848 of file vulkan_structs.hpp.
|
inline |
Definition at line 91843 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 91837 of file vulkan_structs.hpp.
|
static |
Definition at line 91809 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PipelineExecutableStatisticKHR::description = {} |
Definition at line 91874 of file vulkan_structs.hpp.
vk::PipelineExecutableStatisticFormatKHR vk::PipelineExecutableStatisticKHR::format = vk::PipelineExecutableStatisticFormatKHR::eBool32 |
Definition at line 91875 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PipelineExecutableStatisticKHR::name = {} |
Definition at line 91873 of file vulkan_structs.hpp.
void* vk::PipelineExecutableStatisticKHR::pNext = {} |
Definition at line 91872 of file vulkan_structs.hpp.
|
static |
Definition at line 91810 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineExecutableStatisticKHR::sType = StructureType::ePipelineExecutableStatisticKHR |
Definition at line 91871 of file vulkan_structs.hpp.
vk::PipelineExecutableStatisticValueKHR vk::PipelineExecutableStatisticKHR::value = {} |
Definition at line 91876 of file vulkan_structs.hpp.