#include <vulkan.hpp>
Definition at line 17386 of file vulkan.hpp.
◆ DebugUtilsLabelEXT() [1/2]
VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::DebugUtilsLabelEXT |
( |
const char * |
pLabelName_ = nullptr , |
|
|
std::array< float, 4 > const & |
color_ = { { 0, 0, 0, 0 } } |
|
) |
| |
|
inline |
◆ DebugUtilsLabelEXT() [2/2]
Definition at line 17395 of file vulkan.hpp.
References memcpy.
DebugUtilsLabelEXT(const char *pLabelName_=nullptr, std::array< float, 4 > const &color_={ { 0, 0, 0, 0 } })
◆ operator VkDebugUtilsLabelEXT &()
◆ operator VkDebugUtilsLabelEXT const &()
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::operator!= |
( |
DebugUtilsLabelEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 17441 of file vulkan.hpp.
bool operator==(DebugUtilsLabelEXT const &rhs) const
◆ operator=()
Definition at line 17400 of file vulkan.hpp.
References memcpy.
DebugUtilsLabelEXT(const char *pLabelName_=nullptr, std::array< float, 4 > const &color_={ { 0, 0, 0, 0 } })
◆ operator==()
bool VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::operator== |
( |
DebugUtilsLabelEXT const & |
rhs | ) |
const |
|
inline |
◆ setColor()
◆ setPLabelName()
DebugUtilsLabelEXT& VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::setPLabelName |
( |
const char * |
pLabelName_ | ) |
|
|
inline |
◆ setPNext()
◆ color
float VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::color[4] |
◆ pLabelName
const char* VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::pLabelName |
◆ pNext
const void* VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::pNext = nullptr |
◆ sType
The documentation for this struct was generated from the following file: