Vulkan-Hpp
vk::QueryPoolPerformanceQueryCreateInfoINTEL Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL (vk::QueryPoolSamplingModeINTEL performanceCountersSampling_=vk::QueryPoolSamplingModeINTEL::eManual, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueryPoolPerformanceQueryCreateInfoINTEL (VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceQueryCreateInfoINTELoperator= (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueryPoolPerformanceQueryCreateInfoINTELoperator= (VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTELsetPerformanceCountersSampling (vk::QueryPoolSamplingModeINTEL performanceCountersSampling_) VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueryPoolPerformanceQueryCreateInfoINTEL & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL
 
const void * pNext = {}
 
vk::QueryPoolSamplingModeINTEL performanceCountersSampling = vk::QueryPoolSamplingModeINTEL::eManual
 

Static Public Attributes

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

Detailed Description

Definition at line 97880 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [1/3]

VULKAN_HPP_CONSTEXPR vk::QueryPoolPerformanceQueryCreateInfoINTEL::QueryPoolPerformanceQueryCreateInfoINTEL ( vk::QueryPoolSamplingModeINTEL  performanceCountersSampling_ = vk::QueryPoolSamplingModeINTEL::eManual,
const void *  pNext_ = nullptr 
)
inline

Definition at line 97888 of file vulkan_structs.hpp.

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [2/3]

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

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [3/3]

vk::QueryPoolPerformanceQueryCreateInfoINTEL::QueryPoolPerformanceQueryCreateInfoINTEL ( VkQueryPoolPerformanceQueryCreateInfoINTEL const &  rhs)
inline

Definition at line 97898 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkQueryPoolPerformanceQueryCreateInfoINTEL &()

vk::QueryPoolPerformanceQueryCreateInfoINTEL::operator VkQueryPoolPerformanceQueryCreateInfoINTEL & ( )
inline

Definition at line 97932 of file vulkan_structs.hpp.

◆ operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &()

vk::QueryPoolPerformanceQueryCreateInfoINTEL::operator VkQueryPoolPerformanceQueryCreateInfoINTEL const & ( ) const
inline

Definition at line 97927 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 97961 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

QueryPoolPerformanceQueryCreateInfoINTEL& vk::QueryPoolPerformanceQueryCreateInfoINTEL::operator= ( VkQueryPoolPerformanceQueryCreateInfoINTEL const &  rhs)
inline

Definition at line 97906 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 97952 of file vulkan_structs.hpp.

◆ setPerformanceCountersSampling()

VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTEL& vk::QueryPoolPerformanceQueryCreateInfoINTEL::setPerformanceCountersSampling ( vk::QueryPoolSamplingModeINTEL  performanceCountersSampling_)
inline

Definition at line 97920 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 97913 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 97884 of file vulkan_structs.hpp.

◆ performanceCountersSampling

vk::QueryPoolSamplingModeINTEL vk::QueryPoolPerformanceQueryCreateInfoINTEL::performanceCountersSampling = vk::QueryPoolSamplingModeINTEL::eManual

Definition at line 97970 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 97969 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::QueryPoolPerformanceQueryCreateInfoINTEL::structureType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL
static

Definition at line 97885 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::QueryPoolPerformanceQueryCreateInfoINTEL::sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL

Definition at line 97968 of file vulkan_structs.hpp.


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