Vulkan-Hpp
vk::PhysicalDevicePerformanceQueryPropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevicePerformanceQueryPropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR (vk::Bool32 allowCommandBufferQueryCopies_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevicePerformanceQueryPropertiesKHR (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevicePerformanceQueryPropertiesKHR (VkPhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevicePerformanceQueryPropertiesKHRoperator= (PhysicalDevicePerformanceQueryPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevicePerformanceQueryPropertiesKHRoperator= (VkPhysicalDevicePerformanceQueryPropertiesKHR 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
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR
 
void * pNext = {}
 
vk::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 75189 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevicePerformanceQueryPropertiesKHR::PhysicalDevicePerformanceQueryPropertiesKHR ( vk::Bool32  allowCommandBufferQueryCopies_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 75197 of file vulkan_structs.hpp.

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [2/3]

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

◆ PhysicalDevicePerformanceQueryPropertiesKHR() [3/3]

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

Definition at line 75206 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevicePerformanceQueryPropertiesKHR &()

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

Definition at line 75225 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevicePerformanceQueryPropertiesKHR const &()

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

Definition at line 75220 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 75254 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 75214 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 75245 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowCommandBufferQueryCopies

vk::Bool32 vk::PhysicalDevicePerformanceQueryPropertiesKHR::allowCommandBufferQueryCopies = {}

Definition at line 75263 of file vulkan_structs.hpp.

◆ allowDuplicate

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

Definition at line 75193 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 75262 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 75194 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevicePerformanceQueryPropertiesKHR::sType = StructureType::ePhysicalDevicePerformanceQueryPropertiesKHR

Definition at line 75261 of file vulkan_structs.hpp.


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