Vulkan-Hpp
vk::PerformanceQuerySubmitInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPerformanceQuerySubmitInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PerformanceQuerySubmitInfoKHR (uint32_t counterPassIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PerformanceQuerySubmitInfoKHR (PerformanceQuerySubmitInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PerformanceQuerySubmitInfoKHR (VkPerformanceQuerySubmitInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceQuerySubmitInfoKHRoperator= (PerformanceQuerySubmitInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PerformanceQuerySubmitInfoKHRoperator= (VkPerformanceQuerySubmitInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceQuerySubmitInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceQuerySubmitInfoKHRsetCounterPassIndex (uint32_t counterPassIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceQuerySubmitInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceQuerySubmitInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PerformanceQuerySubmitInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PerformanceQuerySubmitInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePerformanceQuerySubmitInfoKHR
 
const void * pNext = {}
 
uint32_t counterPassIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 55750 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PerformanceQuerySubmitInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PerformanceQuerySubmitInfoKHR::PerformanceQuerySubmitInfoKHR ( uint32_t  counterPassIndex_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 55758 of file vulkan_structs.hpp.

◆ PerformanceQuerySubmitInfoKHR() [2/3]

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

◆ PerformanceQuerySubmitInfoKHR() [3/3]

vk::PerformanceQuerySubmitInfoKHR::PerformanceQuerySubmitInfoKHR ( VkPerformanceQuerySubmitInfoKHR const &  rhs)
inline

Definition at line 55766 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPerformanceQuerySubmitInfoKHR &()

vk::PerformanceQuerySubmitInfoKHR::operator VkPerformanceQuerySubmitInfoKHR & ( )
inline

Definition at line 55799 of file vulkan_structs.hpp.

◆ operator VkPerformanceQuerySubmitInfoKHR const &()

vk::PerformanceQuerySubmitInfoKHR::operator VkPerformanceQuerySubmitInfoKHR const & ( ) const
inline

Definition at line 55794 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 55828 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PerformanceQuerySubmitInfoKHR& vk::PerformanceQuerySubmitInfoKHR::operator= ( VkPerformanceQuerySubmitInfoKHR const &  rhs)
inline

Definition at line 55774 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 55819 of file vulkan_structs.hpp.

◆ setCounterPassIndex()

VULKAN_HPP_CONSTEXPR_14 PerformanceQuerySubmitInfoKHR& vk::PerformanceQuerySubmitInfoKHR::setCounterPassIndex ( uint32_t  counterPassIndex_)
inline

Definition at line 55787 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PerformanceQuerySubmitInfoKHR& vk::PerformanceQuerySubmitInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 55781 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 55754 of file vulkan_structs.hpp.

◆ counterPassIndex

uint32_t vk::PerformanceQuerySubmitInfoKHR::counterPassIndex = {}

Definition at line 55837 of file vulkan_structs.hpp.

◆ pNext

const void* vk::PerformanceQuerySubmitInfoKHR::pNext = {}

Definition at line 55836 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PerformanceQuerySubmitInfoKHR::structureType = StructureType::ePerformanceQuerySubmitInfoKHR
static

Definition at line 55755 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PerformanceQuerySubmitInfoKHR::sType = StructureType::ePerformanceQuerySubmitInfoKHR

Definition at line 55835 of file vulkan_structs.hpp.


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