SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR (VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePerformanceQueryPropertiesKHR (VkPhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePerformanceQueryPropertiesKHRoperator= (VkPhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePerformanceQueryPropertiesKHRoperator= (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePerformanceQueryPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevicePerformanceQueryPropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 67170 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::PhysicalDevicePerformanceQueryPropertiesKHR ( VULKAN_HPP_NAMESPACE::Bool32  allowCommandBufferQueryCopies_ = {})
inline

Definition at line 67176 of file vulkan.hpp.

67177  : allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )
67178  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::PhysicalDevicePerformanceQueryPropertiesKHR ( PhysicalDevicePerformanceQueryPropertiesKHR const &  rhs)
default

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::PhysicalDevicePerformanceQueryPropertiesKHR ( VkPhysicalDevicePerformanceQueryPropertiesKHR const &  rhs)
inline

Definition at line 67182 of file vulkan.hpp.

67183  {
67184  *this = rhs;
67185  }

Member Function Documentation

◆ operator VkPhysicalDevicePerformanceQueryPropertiesKHR &()

VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator VkPhysicalDevicePerformanceQueryPropertiesKHR & ( )
inline

Definition at line 67206 of file vulkan.hpp.

67207  {
67208  return *reinterpret_cast<VkPhysicalDevicePerformanceQueryPropertiesKHR*>( this );
67209  }

◆ operator VkPhysicalDevicePerformanceQueryPropertiesKHR const &()

VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator VkPhysicalDevicePerformanceQueryPropertiesKHR const & ( ) const
inline

Definition at line 67201 of file vulkan.hpp.

67202  {
67203  return *reinterpret_cast<const VkPhysicalDevicePerformanceQueryPropertiesKHR*>( this );
67204  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator!= ( PhysicalDevicePerformanceQueryPropertiesKHR const &  rhs) const
inline

Definition at line 67222 of file vulkan.hpp.

67223  {
67224  return !operator==( rhs );
67225  }
bool operator==(PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:67215

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDevicePerformanceQueryPropertiesKHR& VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator= ( PhysicalDevicePerformanceQueryPropertiesKHR const &  rhs)
inline

Definition at line 67194 of file vulkan.hpp.

67195  {
67196  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDevicePerformanceQueryPropertiesKHR ) );
67197  return *this;
67198  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR(VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:67176

References memcpy.

◆ operator=() [2/2]

PhysicalDevicePerformanceQueryPropertiesKHR& VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator= ( VkPhysicalDevicePerformanceQueryPropertiesKHR const &  rhs)
inline

Definition at line 67188 of file vulkan.hpp.

67189  {
67190  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR const *>( &rhs );
67191  return *this;
67192  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::operator== ( PhysicalDevicePerformanceQueryPropertiesKHR const &  rhs) const
inline

Definition at line 67215 of file vulkan.hpp.

67216  {
67217  return ( sType == rhs.sType )
67218  && ( pNext == rhs.pNext )
67219  && ( allowCommandBufferQueryCopies == rhs.allowCommandBufferQueryCopies );
67220  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:67231

Field Documentation

◆ allowCommandBufferQueryCopies

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::allowCommandBufferQueryCopies = {}

Definition at line 67233 of file vulkan.hpp.

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::allowDuplicate = false
static

Definition at line 67172 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::pNext = {}

Definition at line 67232 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::structureType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR
static

Definition at line 67173 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDevicePerformanceQueryPropertiesKHR::sType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR

Definition at line 67231 of file vulkan.hpp.


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