|
SDL
2.0
|
#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 VkDeviceEventInfoEXT const & () const | |
| operator VkDeviceEventInfoEXT & () | |
| bool | operator== (DeviceEventInfoEXT const &rhs) const |
| bool | operator!= (DeviceEventInfoEXT const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| DeviceEventTypeEXT | deviceEvent |
Private Attributes | |
| StructureType | sType = StructureType::eDeviceEventInfoEXT |
Definition at line 33797 of file vulkan.hpp.
|
inline |
Definition at line 33799 of file vulkan.hpp.
|
inline |
Definition at line 33804 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33831 of file vulkan.hpp.
|
inline |
Definition at line 33826 of file vulkan.hpp.
|
inline |
Definition at line 33843 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33809 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33836 of file vulkan.hpp.
References deviceEvent, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 33820 of file vulkan.hpp.
References deviceEvent.
|
inline |
Definition at line 33814 of file vulkan.hpp.
References pNext.
| DeviceEventTypeEXT VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::deviceEvent |
Definition at line 33853 of file vulkan.hpp.
Referenced by operator==(), and setDeviceEvent().
| const void* VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::pNext = nullptr |
Definition at line 33852 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 33849 of file vulkan.hpp.
Referenced by operator==().