HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueryPoolPerformanceCreateInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryPoolPerformanceCreateInfoKHR (uint32_t queueFamilyIndex_={}, uint32_t counterIndexCount_={}, const uint32_t *pCounterIndices_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueryPoolPerformanceCreateInfoKHR (QueryPoolPerformanceCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueryPoolPerformanceCreateInfoKHR (VkQueryPoolPerformanceCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 QueryPoolPerformanceCreateInfoKHR (uint32_t queueFamilyIndex_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &counterIndices_, const void *pNext_=nullptr)
 
QueryPoolPerformanceCreateInfoKHRoperator= (QueryPoolPerformanceCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueryPoolPerformanceCreateInfoKHRoperator= (VkQueryPoolPerformanceCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolPerformanceCreateInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolPerformanceCreateInfoKHR
setQueueFamilyIndex (uint32_t queueFamilyIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolPerformanceCreateInfoKHR
setCounterIndexCount (uint32_t counterIndexCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
QueryPoolPerformanceCreateInfoKHR
setPCounterIndices (const uint32_t *pCounterIndices_) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceCreateInfoKHRsetCounterIndices (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &counterIndices_) VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolPerformanceCreateInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolPerformanceCreateInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueryPoolPerformanceCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueryPoolPerformanceCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueryPoolPerformanceCreateInfoKHR
 
const voidpNext = {}
 
uint32_t queueFamilyIndex = {}
 
uint32_t counterIndexCount = {}
 
const uint32_t * pCounterIndices = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 84595 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::QueryPoolPerformanceCreateInfoKHR ( uint32_t  queueFamilyIndex_ = {},
uint32_t  counterIndexCount_ = {},
const uint32_t *  pCounterIndices_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 84603 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::QueryPoolPerformanceCreateInfoKHR ( QueryPoolPerformanceCreateInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::QueryPoolPerformanceCreateInfoKHR ( VkQueryPoolPerformanceCreateInfoKHR const rhs)
inline

Definition at line 84616 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::QueryPoolPerformanceCreateInfoKHR ( uint32_t  queueFamilyIndex_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const counterIndices_,
const void pNext_ = nullptr 
)
inline

Definition at line 84622 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::operator VkQueryPoolPerformanceCreateInfoKHR & ( )
inline

Definition at line 84683 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::operator VkQueryPoolPerformanceCreateInfoKHR const & ( ) const
inline

Definition at line 84678 of file vulkan_structs.hpp.

QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::operator= ( QueryPoolPerformanceCreateInfoKHR const rhs)
default
QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::operator= ( VkQueryPoolPerformanceCreateInfoKHR const rhs)
inline

Definition at line 84636 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::operator== ( QueryPoolPerformanceCreateInfoKHR const rhs) const
inline

Definition at line 84703 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::setCounterIndexCount ( uint32_t  counterIndexCount_)
inline

Definition at line 84655 of file vulkan_structs.hpp.

QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::setCounterIndices ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const counterIndices_)
inline

Definition at line 84669 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::setPCounterIndices ( const uint32_t *  pCounterIndices_)
inline

Definition at line 84661 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::setPNext ( const void pNext_)
inline

Definition at line 84643 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceCreateInfoKHR& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::setQueueFamilyIndex ( uint32_t  queueFamilyIndex_)
inline

Definition at line 84649 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 84599 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::counterIndexCount = {}

Definition at line 84723 of file vulkan_structs.hpp.

const uint32_t* VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::pCounterIndices = {}

Definition at line 84724 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::pNext = {}

Definition at line 84721 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::queueFamilyIndex = {}

Definition at line 84722 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::structureType = StructureType::eQueryPoolPerformanceCreateInfoKHR
static

Definition at line 84600 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::QueryPoolPerformanceCreateInfoKHR::sType = StructureType::eQueryPoolPerformanceCreateInfoKHR

Definition at line 84720 of file vulkan_structs.hpp.


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