SDL  2.0
VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL (VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_=VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL::eNullHardware, VULKAN_HPP_NAMESPACE::Bool32 enable_={}, uint64_t parameter_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL (PerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PerformanceOverrideInfoINTEL (VkPerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELoperator= (VkPerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELoperator= (PerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELsetType (VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELsetEnable (VULKAN_HPP_NAMESPACE::Bool32 enable_) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELsetParameter (uint64_t parameter_) VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceOverrideInfoINTEL const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceOverrideInfoINTEL & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PerformanceOverrideInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PerformanceOverrideInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePerformanceOverrideInfoINTEL
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL::eNullHardware
 
VULKAN_HPP_NAMESPACE::Bool32 enable = {}
 
uint64_t parameter = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 34327 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PerformanceOverrideInfoINTEL() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::PerformanceOverrideInfoINTEL ( VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL  type_ = VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL::eNullHardware,
VULKAN_HPP_NAMESPACE::Bool32  enable_ = {},
uint64_t  parameter_ = {} 
)
inline

Definition at line 34333 of file vulkan.hpp.

34333  {}, uint64_t parameter_ = {}) VULKAN_HPP_NOEXCEPT
34334  : type( type_ ), enable( enable_ ), parameter( parameter_ )
34335  {}
unsigned long long uint64_t
VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type
Definition: vulkan.hpp:34416
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PerformanceOverrideInfoINTEL() [2/3]

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

◆ PerformanceOverrideInfoINTEL() [3/3]

VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::PerformanceOverrideInfoINTEL ( VkPerformanceOverrideInfoINTEL const &  rhs)
inline

Definition at line 34339 of file vulkan.hpp.

34340  {
34341  *this = rhs;
34342  }

Member Function Documentation

◆ operator VkPerformanceOverrideInfoINTEL &()

VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::operator VkPerformanceOverrideInfoINTEL & ( )
inline

Definition at line 34387 of file vulkan.hpp.

34388  {
34389  return *reinterpret_cast<VkPerformanceOverrideInfoINTEL*>( this );
34390  }

◆ operator VkPerformanceOverrideInfoINTEL const &()

VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::operator VkPerformanceOverrideInfoINTEL const & ( ) const
inline

Definition at line 34382 of file vulkan.hpp.

34383  {
34384  return *reinterpret_cast<const VkPerformanceOverrideInfoINTEL*>( this );
34385  }

◆ operator!=()

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

Definition at line 34405 of file vulkan.hpp.

34406  {
34407  return !operator==( rhs );
34408  }
bool operator==(PerformanceOverrideInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:34396

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 34351 of file vulkan.hpp.

34352  {
34353  memcpy( static_cast<void *>( this ), &rhs, sizeof( PerformanceOverrideInfoINTEL ) );
34354  return *this;
34355  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL(VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_=VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL::eNullHardware, VULKAN_HPP_NAMESPACE::Bool32 enable_={}, uint64_t parameter_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:34333

References memcpy.

◆ operator=() [2/2]

PerformanceOverrideInfoINTEL& VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::operator= ( VkPerformanceOverrideInfoINTEL const &  rhs)
inline

Definition at line 34345 of file vulkan.hpp.

34346  {
34347  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL const *>( &rhs );
34348  return *this;
34349  }

◆ operator==()

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

Definition at line 34396 of file vulkan.hpp.

34397  {
34398  return ( sType == rhs.sType )
34399  && ( pNext == rhs.pNext )
34400  && ( type == rhs.type )
34401  && ( enable == rhs.enable )
34402  && ( parameter == rhs.parameter );
34403  }
GLuint GLuint GLsizei GLenum type
Definition: SDL_opengl.h:1571
GLboolean enable
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:34414

◆ setEnable()

PerformanceOverrideInfoINTEL& VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::setEnable ( VULKAN_HPP_NAMESPACE::Bool32  enable_)
inline

Definition at line 34369 of file vulkan.hpp.

34370  {
34371  enable = enable_;
34372  return *this;
34373  }

◆ setParameter()

PerformanceOverrideInfoINTEL& VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::setParameter ( uint64_t  parameter_)
inline

Definition at line 34375 of file vulkan.hpp.

34376  {
34377  parameter = parameter_;
34378  return *this;
34379  }

◆ setPNext()

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

Definition at line 34357 of file vulkan.hpp.

34358  {
34359  pNext = pNext_;
34360  return *this;
34361  }

◆ setType()

PerformanceOverrideInfoINTEL& VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::setType ( VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL  type_)
inline

Definition at line 34363 of file vulkan.hpp.

34364  {
34365  type = type_;
34366  return *this;
34367  }

Field Documentation

◆ allowDuplicate

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

Definition at line 34329 of file vulkan.hpp.

◆ enable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::enable = {}

Definition at line 34417 of file vulkan.hpp.

◆ parameter

uint64_t VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::parameter = {}

Definition at line 34418 of file vulkan.hpp.

◆ pNext

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

Definition at line 34415 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::structureType = StructureType::ePerformanceOverrideInfoINTEL
static

Definition at line 34330 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL::sType = StructureType::ePerformanceOverrideInfoINTEL

Definition at line 34414 of file vulkan.hpp.

◆ type

Definition at line 34416 of file vulkan.hpp.


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