SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DebugUtilsLabelEXT (const char *pLabelName_=nullptr, std::array< float, 4 > const &color_={ { 0, 0, 0, 0 } }) | |
DebugUtilsLabelEXT (VkDebugUtilsLabelEXT const &rhs) | |
DebugUtilsLabelEXT & | operator= (VkDebugUtilsLabelEXT const &rhs) |
DebugUtilsLabelEXT & | setPNext (const void *pNext_) |
DebugUtilsLabelEXT & | setPLabelName (const char *pLabelName_) |
DebugUtilsLabelEXT & | setColor (std::array< float, 4 > color_) |
operator VkDebugUtilsLabelEXT const & () const | |
operator VkDebugUtilsLabelEXT & () | |
bool | operator== (DebugUtilsLabelEXT const &rhs) const |
bool | operator!= (DebugUtilsLabelEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
const char * | pLabelName |
float | color [4] |
Private Attributes | |
StructureType | sType = StructureType::eDebugUtilsLabelEXT |
Definition at line 17386 of file vulkan.hpp.
|
inline |
Definition at line 17388 of file vulkan.hpp.
|
inline |
Definition at line 17395 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17428 of file vulkan.hpp.
|
inline |
Definition at line 17423 of file vulkan.hpp.
|
inline |
Definition at line 17441 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 17400 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17433 of file vulkan.hpp.
References color, pLabelName, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 17417 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17411 of file vulkan.hpp.
References pLabelName.
|
inline |
Definition at line 17405 of file vulkan.hpp.
References pNext.
float VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::color[4] |
Definition at line 17452 of file vulkan.hpp.
Referenced by operator==().
const char* VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::pLabelName |
Definition at line 17451 of file vulkan.hpp.
Referenced by operator==(), and setPLabelName().
const void* VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT::pNext = nullptr |
Definition at line 17450 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 17447 of file vulkan.hpp.
Referenced by operator==().