SDL  2.0
VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL (VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_=VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueryPoolPerformanceQueryCreateInfoINTEL (VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceQueryCreateInfoINTELoperator= (VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceQueryCreateInfoINTELoperator= (QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceQueryCreateInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
QueryPoolPerformanceQueryCreateInfoINTELsetPerformanceCountersSampling (VULKAN_HPP_NAMESPACE::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
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling = VULKAN_HPP_NAMESPACE::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 76341 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL::QueryPoolPerformanceQueryCreateInfoINTEL ( VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL  performanceCountersSampling_ = VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual)
inline

Definition at line 76347 of file vulkan.hpp.

76348  : performanceCountersSampling( performanceCountersSampling_ )
76349  {}
VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling
Definition: vulkan.hpp:76416

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [2/3]

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

◆ QueryPoolPerformanceQueryCreateInfoINTEL() [3/3]

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

Definition at line 76353 of file vulkan.hpp.

76354  {
76355  *this = rhs;
76356  }

Member Function Documentation

◆ operator VkQueryPoolPerformanceQueryCreateInfoINTEL &()

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

Definition at line 76389 of file vulkan.hpp.

76390  {
76391  return *reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>( this );
76392  }

◆ operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &()

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

Definition at line 76384 of file vulkan.hpp.

76385  {
76386  return *reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( this );
76387  }

◆ operator!=()

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

Definition at line 76405 of file vulkan.hpp.

76406  {
76407  return !operator==( rhs );
76408  }
bool operator==(QueryPoolPerformanceQueryCreateInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:76398

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 76365 of file vulkan.hpp.

76366  {
76367  memcpy( static_cast<void *>( this ), &rhs, sizeof( QueryPoolPerformanceQueryCreateInfoINTEL ) );
76368  return *this;
76369  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL(VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_=VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:76347

References memcpy.

◆ operator=() [2/2]

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

Definition at line 76359 of file vulkan.hpp.

76360  {
76361  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>( &rhs );
76362  return *this;
76363  }

◆ operator==()

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

Definition at line 76398 of file vulkan.hpp.

76399  {
76400  return ( sType == rhs.sType )
76401  && ( pNext == rhs.pNext )
76402  && ( performanceCountersSampling == rhs.performanceCountersSampling );
76403  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:76414

◆ setPerformanceCountersSampling()

QueryPoolPerformanceQueryCreateInfoINTEL& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL::setPerformanceCountersSampling ( VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL  performanceCountersSampling_)
inline

Definition at line 76377 of file vulkan.hpp.

76378  {
76379  performanceCountersSampling = performanceCountersSampling_;
76380  return *this;
76381  }

◆ setPNext()

QueryPoolPerformanceQueryCreateInfoINTEL& VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL::setPNext ( const void pNext_)
inline

Definition at line 76371 of file vulkan.hpp.

76372  {
76373  pNext = pNext_;
76374  return *this;
76375  }

Field Documentation

◆ allowDuplicate

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

Definition at line 76343 of file vulkan.hpp.

◆ performanceCountersSampling

VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL::performanceCountersSampling = VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual

Definition at line 76416 of file vulkan.hpp.

◆ pNext

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

Definition at line 76415 of file vulkan.hpp.

◆ structureType

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

Definition at line 76344 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL::sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL

Definition at line 76414 of file vulkan.hpp.


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