struct PerformanceCounterDescriptionKHR

Defined at line 97587 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkPerformanceCounterDescriptionKHR, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkPerformanceCounterDescriptionKHR.html

Public Members

StructureType sType
void * pNext
Flags flags
ArrayWrapper1D name
ArrayWrapper1D category
ArrayWrapper1D description

Public Methods

void PerformanceCounterDescriptionKHR (PerformanceCounterDescriptionFlagsKHR flags_, const std::array<char, 256U> & name_, const std::array<char, 256U> & category_, const std::array<char, 256U> & description_, void * pNext_)

Defined at line 97595 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PerformanceCounterDescriptionKHR (const PerformanceCounterDescriptionKHR & rhs)

Defined at line 97608 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PerformanceCounterDescriptionKHR (const VkPerformanceCounterDescriptionKHR & rhs)

Defined at line 97610 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PerformanceCounterDescriptionKHR & operator= (const PerformanceCounterDescriptionKHR & rhs)

Defined at line 97615 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PerformanceCounterDescriptionKHR & operator= (const VkPerformanceCounterDescriptionKHR & rhs)

Defined at line 97618 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPerformanceCounterDescriptionKHR & operator const VkPerformanceCounterDescriptionKHR & ()

Defined at line 97624 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPerformanceCounterDescriptionKHR & operator VkPerformanceCounterDescriptionKHR & ()

Defined at line 97629 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPerformanceCounterDescriptionKHR * operator const VkPerformanceCounterDescriptionKHR * ()

Defined at line 97634 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPerformanceCounterDescriptionKHR * operator VkPerformanceCounterDescriptionKHR * ()

Defined at line 97639 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const PerformanceCounterDescriptionKHR & rhs)

Defined at line 97658 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator== (const PerformanceCounterDescriptionKHR & rhs)

Defined at line 97677 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator!= (const PerformanceCounterDescriptionKHR & rhs)

Defined at line 97683 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp