Vulkan-Hpp
vk::PerformanceStreamMarkerInfoINTEL Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPerformanceStreamMarkerInfoINTEL
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PerformanceStreamMarkerInfoINTEL (uint32_t marker_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PerformanceStreamMarkerInfoINTEL (PerformanceStreamMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PerformanceStreamMarkerInfoINTEL (VkPerformanceStreamMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
PerformanceStreamMarkerInfoINTELoperator= (PerformanceStreamMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PerformanceStreamMarkerInfoINTELoperator= (VkPerformanceStreamMarkerInfoINTEL const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceStreamMarkerInfoINTELsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PerformanceStreamMarkerInfoINTELsetMarker (uint32_t marker_) VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceStreamMarkerInfoINTEL const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPerformanceStreamMarkerInfoINTEL & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PerformanceStreamMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PerformanceStreamMarkerInfoINTEL const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePerformanceStreamMarkerInfoINTEL
 
const void * pNext = {}
 
uint32_t marker = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 55846 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PerformanceStreamMarkerInfoINTEL() [1/3]

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

Definition at line 55854 of file vulkan_structs.hpp.

◆ PerformanceStreamMarkerInfoINTEL() [2/3]

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

◆ PerformanceStreamMarkerInfoINTEL() [3/3]

vk::PerformanceStreamMarkerInfoINTEL::PerformanceStreamMarkerInfoINTEL ( VkPerformanceStreamMarkerInfoINTEL const &  rhs)
inline

Definition at line 55862 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPerformanceStreamMarkerInfoINTEL &()

vk::PerformanceStreamMarkerInfoINTEL::operator VkPerformanceStreamMarkerInfoINTEL & ( )
inline

Definition at line 55895 of file vulkan_structs.hpp.

◆ operator VkPerformanceStreamMarkerInfoINTEL const &()

vk::PerformanceStreamMarkerInfoINTEL::operator VkPerformanceStreamMarkerInfoINTEL const & ( ) const
inline

Definition at line 55890 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 55924 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PerformanceStreamMarkerInfoINTEL& vk::PerformanceStreamMarkerInfoINTEL::operator= ( VkPerformanceStreamMarkerInfoINTEL const &  rhs)
inline

Definition at line 55870 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 55915 of file vulkan_structs.hpp.

◆ setMarker()

VULKAN_HPP_CONSTEXPR_14 PerformanceStreamMarkerInfoINTEL& vk::PerformanceStreamMarkerInfoINTEL::setMarker ( uint32_t  marker_)
inline

Definition at line 55883 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 55877 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 55850 of file vulkan_structs.hpp.

◆ marker

uint32_t vk::PerformanceStreamMarkerInfoINTEL::marker = {}

Definition at line 55933 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 55932 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PerformanceStreamMarkerInfoINTEL::structureType = StructureType::ePerformanceStreamMarkerInfoINTEL
static

Definition at line 55851 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PerformanceStreamMarkerInfoINTEL::sType = StructureType::ePerformanceStreamMarkerInfoINTEL

Definition at line 55931 of file vulkan_structs.hpp.


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