Lines Matching defs:PerformanceCounterDescriptionKHR
55263 struct PerformanceCounterDescriptionKHR struct
55265 using NativeType = VkPerformanceCounterDescriptionKHR;
55267 static const bool allowDuplicate = false;
55268 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePerformanceCounterDescriptionKHR;
55271 …AN_HPP_CONSTEXPR_14 PerformanceCounterDescriptionKHR( VULKAN_HPP_NAMESPACE::PerformanceCounterDesc… in PerformanceCounterDescriptionKHR() argument
55286 …PerformanceCounterDescriptionKHR( VkPerformanceCounterDescriptionKHR const & rhs ) VULKAN_HPP_NOEX… in PerformanceCounterDescriptionKHR() function
55296 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR const *>( &rhs ); in operator =()
55300 operator VkPerformanceCounterDescriptionKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceCounterDescriptionKHR const&()
55305 operator VkPerformanceCounterDescriptionKHR &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceCounterDescriptionKHR&()
55321 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
55330 bool operator==( PerformanceCounterDescriptionKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
55340 bool operator!=( PerformanceCounterDescriptionKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
55347 …ype sType = StructureType::ePerformanceCounterDescriptionKHR;
55348 void * pNext = {};
55349 VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionFlagsKHR flags = {};
55350 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> name = {};
55351 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> category = {};
55352 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> description = {};