Vulkan-Hpp
vk::PerformanceMarkerInfoINTEL Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPerformanceMarkerInfoINTEL
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL (uint64_t marker_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL (PerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PerformanceMarkerInfoINTEL (VkPerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceMarkerInfoINTELoperator= (PerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PerformanceMarkerInfoINTELoperator= (VkPerformanceMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTELsetMarker (uint64_t marker_) VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceMarkerInfoINTEL const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceMarkerInfoINTEL & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PerformanceMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PerformanceMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePerformanceMarkerInfoINTEL
 
const void * pNext = {}
 
uint64_t marker = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 55534 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PerformanceMarkerInfoINTEL() [1/3]

VULKAN_HPP_CONSTEXPR vk::PerformanceMarkerInfoINTEL::PerformanceMarkerInfoINTEL ( uint64_t  marker_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 55542 of file vulkan_structs.hpp.

◆ PerformanceMarkerInfoINTEL() [2/3]

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

◆ PerformanceMarkerInfoINTEL() [3/3]

vk::PerformanceMarkerInfoINTEL::PerformanceMarkerInfoINTEL ( VkPerformanceMarkerInfoINTEL const &  rhs)
inline

Definition at line 55550 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPerformanceMarkerInfoINTEL &()

vk::PerformanceMarkerInfoINTEL::operator VkPerformanceMarkerInfoINTEL & ( )
inline

Definition at line 55583 of file vulkan_structs.hpp.

◆ operator VkPerformanceMarkerInfoINTEL const &()

vk::PerformanceMarkerInfoINTEL::operator VkPerformanceMarkerInfoINTEL const & ( ) const
inline

Definition at line 55578 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 55612 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PerformanceMarkerInfoINTEL& vk::PerformanceMarkerInfoINTEL::operator= ( VkPerformanceMarkerInfoINTEL const &  rhs)
inline

Definition at line 55558 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 55603 of file vulkan_structs.hpp.

◆ setMarker()

VULKAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL& vk::PerformanceMarkerInfoINTEL::setMarker ( uint64_t  marker_)
inline

Definition at line 55571 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 55565 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 55538 of file vulkan_structs.hpp.

◆ marker

uint64_t vk::PerformanceMarkerInfoINTEL::marker = {}

Definition at line 55621 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 55620 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PerformanceMarkerInfoINTEL::structureType = StructureType::ePerformanceMarkerInfoINTEL
static

Definition at line 55539 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PerformanceMarkerInfoINTEL::sType = StructureType::ePerformanceMarkerInfoINTEL

Definition at line 55619 of file vulkan_structs.hpp.


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