Vulkan-Hpp
vk::PerformanceOverrideInfoINTEL Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPerformanceOverrideInfoINTEL
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL (vk::PerformanceOverrideTypeINTEL type_=vk::PerformanceOverrideTypeINTEL::eNullHardware, vk::Bool32 enable_={}, uint64_t parameter_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL (PerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PerformanceOverrideInfoINTEL (VkPerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceOverrideInfoINTELoperator= (PerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PerformanceOverrideInfoINTELoperator= (VkPerformanceOverrideInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTELsetType (vk::PerformanceOverrideTypeINTEL type_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTELsetEnable (vk::Bool32 enable_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 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
 

Public Attributes

vk::StructureType sType = StructureType::ePerformanceOverrideInfoINTEL
 
const void * pNext = {}
 
vk::PerformanceOverrideTypeINTEL type = vk::PerformanceOverrideTypeINTEL::eNullHardware
 
vk::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 55630 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PerformanceOverrideInfoINTEL() [1/3]

VULKAN_HPP_CONSTEXPR vk::PerformanceOverrideInfoINTEL::PerformanceOverrideInfoINTEL ( vk::PerformanceOverrideTypeINTEL  type_ = vk::PerformanceOverrideTypeINTEL::eNullHardware,
vk::Bool32  enable_ = {},
uint64_t  parameter_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 55638 of file vulkan_structs.hpp.

◆ PerformanceOverrideInfoINTEL() [2/3]

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

◆ PerformanceOverrideInfoINTEL() [3/3]

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

Definition at line 55652 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPerformanceOverrideInfoINTEL &()

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

Definition at line 55697 of file vulkan_structs.hpp.

◆ operator VkPerformanceOverrideInfoINTEL const &()

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

Definition at line 55692 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 55730 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 55660 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 55721 of file vulkan_structs.hpp.

◆ setEnable()

VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL& vk::PerformanceOverrideInfoINTEL::setEnable ( vk::Bool32  enable_)
inline

Definition at line 55679 of file vulkan_structs.hpp.

◆ setParameter()

VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL& vk::PerformanceOverrideInfoINTEL::setParameter ( uint64_t  parameter_)
inline

Definition at line 55685 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 55667 of file vulkan_structs.hpp.

◆ setType()

VULKAN_HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL& vk::PerformanceOverrideInfoINTEL::setType ( vk::PerformanceOverrideTypeINTEL  type_)
inline

Definition at line 55673 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 55634 of file vulkan_structs.hpp.

◆ enable

vk::Bool32 vk::PerformanceOverrideInfoINTEL::enable = {}

Definition at line 55740 of file vulkan_structs.hpp.

◆ parameter

uint64_t vk::PerformanceOverrideInfoINTEL::parameter = {}

Definition at line 55741 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 55738 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 55635 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PerformanceOverrideInfoINTEL::sType = StructureType::ePerformanceOverrideInfoINTEL

Definition at line 55737 of file vulkan_structs.hpp.

◆ type

Definition at line 55739 of file vulkan_structs.hpp.


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