Vulkan-Hpp
vk::DebugUtilsLabelEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDebugUtilsLabelEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT (const char *pLabelName_={}, std::array< float, 4 > const &color_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT (DebugUtilsLabelEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DebugUtilsLabelEXT (VkDebugUtilsLabelEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
DebugUtilsLabelEXToperator= (DebugUtilsLabelEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DebugUtilsLabelEXToperator= (VkDebugUtilsLabelEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXTsetPLabelName (const char *pLabelName_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXTsetColor (std::array< float, 4 > color_) VULKAN_HPP_NOEXCEPT
 
 operator VkDebugUtilsLabelEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDebugUtilsLabelEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DebugUtilsLabelEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DebugUtilsLabelEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDebugUtilsLabelEXT
 
const void * pNext = {}
 
const char * pLabelName = {}
 
vk::ArrayWrapper1D< float, 4 > color = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 21375 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DebugUtilsLabelEXT() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::DebugUtilsLabelEXT::DebugUtilsLabelEXT ( const char *  pLabelName_ = {},
std::array< float, 4 > const &  color_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 21384 of file vulkan_structs.hpp.

◆ DebugUtilsLabelEXT() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::DebugUtilsLabelEXT::DebugUtilsLabelEXT ( DebugUtilsLabelEXT const &  rhs)
default

◆ DebugUtilsLabelEXT() [3/3]

vk::DebugUtilsLabelEXT::DebugUtilsLabelEXT ( VkDebugUtilsLabelEXT const &  rhs)
inline

Definition at line 21393 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDebugUtilsLabelEXT &()

vk::DebugUtilsLabelEXT::operator VkDebugUtilsLabelEXT & ( )
inline

Definition at line 21429 of file vulkan_structs.hpp.

◆ operator VkDebugUtilsLabelEXT const &()

vk::DebugUtilsLabelEXT::operator VkDebugUtilsLabelEXT const & ( ) const
inline

Definition at line 21424 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 21469 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DebugUtilsLabelEXT& vk::DebugUtilsLabelEXT::operator= ( VkDebugUtilsLabelEXT const &  rhs)
inline

Definition at line 21398 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 21463 of file vulkan_structs.hpp.

◆ setColor()

VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT& vk::DebugUtilsLabelEXT::setColor ( std::array< float, 4 >  color_)
inline

Definition at line 21417 of file vulkan_structs.hpp.

◆ setPLabelName()

VULKAN_HPP_CONSTEXPR_14 DebugUtilsLabelEXT& vk::DebugUtilsLabelEXT::setPLabelName ( const char *  pLabelName_)
inline

Definition at line 21411 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 21405 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 21379 of file vulkan_structs.hpp.

◆ color

vk::ArrayWrapper1D<float, 4> vk::DebugUtilsLabelEXT::color = {}

Definition at line 21478 of file vulkan_structs.hpp.

◆ pLabelName

const char* vk::DebugUtilsLabelEXT::pLabelName = {}

Definition at line 21477 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 21476 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DebugUtilsLabelEXT::structureType = StructureType::eDebugUtilsLabelEXT
static

Definition at line 21380 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DebugUtilsLabelEXT::sType = StructureType::eDebugUtilsLabelEXT

Definition at line 21475 of file vulkan_structs.hpp.


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