RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceEventInfoEXT (DeviceEventTypeEXT deviceEvent_=DeviceEventTypeEXT::eDisplayHotplug) | |
DeviceEventInfoEXT (VkDeviceEventInfoEXT const &rhs) | |
DeviceEventInfoEXT & | operator= (VkDeviceEventInfoEXT const &rhs) |
DeviceEventInfoEXT & | setPNext (const void *pNext_) |
DeviceEventInfoEXT & | setDeviceEvent (DeviceEventTypeEXT deviceEvent_) |
operator const VkDeviceEventInfoEXT & () const | |
bool | operator== (DeviceEventInfoEXT const &rhs) const |
bool | operator!= (DeviceEventInfoEXT const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
DeviceEventTypeEXT | deviceEvent |
Private Attributes | |
StructureType | sType = StructureType::eDeviceEventInfoEXT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
DeviceEventTypeEXT VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::deviceEvent |
|
private |