SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DebugMarkerMarkerInfoEXT (const char *pMarkerName_=nullptr, std::array< float, 4 > const &color_={ { 0, 0, 0, 0 } }) | |
DebugMarkerMarkerInfoEXT (VkDebugMarkerMarkerInfoEXT const &rhs) | |
DebugMarkerMarkerInfoEXT & | operator= (VkDebugMarkerMarkerInfoEXT const &rhs) |
DebugMarkerMarkerInfoEXT & | setPNext (const void *pNext_) |
DebugMarkerMarkerInfoEXT & | setPMarkerName (const char *pMarkerName_) |
DebugMarkerMarkerInfoEXT & | setColor (std::array< float, 4 > color_) |
operator VkDebugMarkerMarkerInfoEXT const & () const | |
operator VkDebugMarkerMarkerInfoEXT & () | |
bool | operator== (DebugMarkerMarkerInfoEXT const &rhs) const |
bool | operator!= (DebugMarkerMarkerInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
const char * | pMarkerName |
float | color [4] |
Private Attributes | |
StructureType | sType = StructureType::eDebugMarkerMarkerInfoEXT |
Definition at line 12434 of file vulkan.hpp.
|
inline |
Definition at line 12436 of file vulkan.hpp.
|
inline |
Definition at line 12443 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12476 of file vulkan.hpp.
|
inline |
Definition at line 12471 of file vulkan.hpp.
|
inline |
Definition at line 12489 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 12448 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12481 of file vulkan.hpp.
References color, pMarkerName, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 12465 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12459 of file vulkan.hpp.
References pMarkerName.
|
inline |
Definition at line 12453 of file vulkan.hpp.
References pNext.
float VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::color[4] |
Definition at line 12500 of file vulkan.hpp.
Referenced by operator==().
const char* VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::pMarkerName |
Definition at line 12499 of file vulkan.hpp.
Referenced by operator==(), and setPMarkerName().
const void* VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::pNext = nullptr |
Definition at line 12498 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 12495 of file vulkan.hpp.
Referenced by operator==().