RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT:
[legend]

Public Member Functions

 DebugMarkerMarkerInfoEXT (const char *pMarkerName_=nullptr, std::array< float, 4 > const &color_={ { 0, 0, 0, 0 } })
 
 DebugMarkerMarkerInfoEXT (VkDebugMarkerMarkerInfoEXT const &rhs)
 
DebugMarkerMarkerInfoEXToperator= (VkDebugMarkerMarkerInfoEXT const &rhs)
 
DebugMarkerMarkerInfoEXTsetPNext (const void *pNext_)
 
DebugMarkerMarkerInfoEXTsetPMarkerName (const char *pMarkerName_)
 
DebugMarkerMarkerInfoEXTsetColor (std::array< float, 4 > color_)
 
 operator const VkDebugMarkerMarkerInfoEXT & () const
 
bool operator== (DebugMarkerMarkerInfoEXT const &rhs) const
 
bool operator!= (DebugMarkerMarkerInfoEXT const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
const char * pMarkerName
 
float color [4]
 

Private Attributes

StructureType sType = StructureType::eDebugMarkerMarkerInfoEXT
 

Constructor & Destructor Documentation

◆ DebugMarkerMarkerInfoEXT() [1/2]

VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::DebugMarkerMarkerInfoEXT ( const char *  pMarkerName_ = nullptr,
std::array< float, 4 > const color_ = { { 0, 0, 0, 0 } } 
)
inline

◆ DebugMarkerMarkerInfoEXT() [2/2]

VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::DebugMarkerMarkerInfoEXT ( VkDebugMarkerMarkerInfoEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDebugMarkerMarkerInfoEXT &()

VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::operator const VkDebugMarkerMarkerInfoEXT & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::operator!= ( DebugMarkerMarkerInfoEXT const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

DebugMarkerMarkerInfoEXT& VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::operator= ( VkDebugMarkerMarkerInfoEXT const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::operator== ( DebugMarkerMarkerInfoEXT const rhs) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setColor()

DebugMarkerMarkerInfoEXT& VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::setColor ( std::array< float, 4 >  color_)
inline
Here is the call graph for this function:

◆ setPMarkerName()

DebugMarkerMarkerInfoEXT& VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::setPMarkerName ( const char *  pMarkerName_)
inline

◆ setPNext()

DebugMarkerMarkerInfoEXT& VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ color

float VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::color[4]

◆ pMarkerName

const char* VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::pMarkerName

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DebugMarkerMarkerInfoEXT::sType = StructureType::eDebugMarkerMarkerInfoEXT
private

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