SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DebugReportCallbackCreateInfoEXT (DebugReportFlagsEXT flags_=DebugReportFlagsEXT(), PFN_vkDebugReportCallbackEXT pfnCallback_=nullptr, void *pUserData_=nullptr) | |
DebugReportCallbackCreateInfoEXT (VkDebugReportCallbackCreateInfoEXT const &rhs) | |
DebugReportCallbackCreateInfoEXT & | operator= (VkDebugReportCallbackCreateInfoEXT const &rhs) |
DebugReportCallbackCreateInfoEXT & | setPNext (const void *pNext_) |
DebugReportCallbackCreateInfoEXT & | setFlags (DebugReportFlagsEXT flags_) |
DebugReportCallbackCreateInfoEXT & | setPfnCallback (PFN_vkDebugReportCallbackEXT pfnCallback_) |
DebugReportCallbackCreateInfoEXT & | setPUserData (void *pUserData_) |
operator VkDebugReportCallbackCreateInfoEXT const & () const | |
operator VkDebugReportCallbackCreateInfoEXT & () | |
bool | operator== (DebugReportCallbackCreateInfoEXT const &rhs) const |
bool | operator!= (DebugReportCallbackCreateInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DebugReportFlagsEXT | flags |
PFN_vkDebugReportCallbackEXT | pfnCallback |
void * | pUserData |
Private Attributes | |
StructureType | sType = StructureType::eDebugReportCallbackCreateInfoEXT |
Definition at line 29719 of file vulkan.hpp.
|
inline |
Definition at line 29721 of file vulkan.hpp.
|
inline |
Definition at line 29730 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 29769 of file vulkan.hpp.
|
inline |
Definition at line 29764 of file vulkan.hpp.
|
inline |
Definition at line 29783 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 29774 of file vulkan.hpp.
References flags, pfnCallback, pNext, pUserData, and sType.
Referenced by operator!=().
|
inline |
Definition at line 29746 of file vulkan.hpp.
|
inline |
Definition at line 29752 of file vulkan.hpp.
References pfnCallback.
|
inline |
Definition at line 29740 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 29758 of file vulkan.hpp.
References pUserData.
DebugReportFlagsEXT VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT::flags |
Definition at line 29793 of file vulkan.hpp.
Referenced by operator==().
PFN_vkDebugReportCallbackEXT VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT::pfnCallback |
Definition at line 29794 of file vulkan.hpp.
Referenced by operator==(), and setPfnCallback().
const void* VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT::pNext = nullptr |
Definition at line 29792 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
void* VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT::pUserData |
Definition at line 29795 of file vulkan.hpp.
Referenced by operator==(), and setPUserData().
|
private |
Definition at line 29789 of file vulkan.hpp.
Referenced by operator==().