SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DisplayEventInfoEXT (DisplayEventTypeEXT displayEvent_=DisplayEventTypeEXT::eFirstPixelOut) | |
DisplayEventInfoEXT (VkDisplayEventInfoEXT const &rhs) | |
DisplayEventInfoEXT & | operator= (VkDisplayEventInfoEXT const &rhs) |
DisplayEventInfoEXT & | setPNext (const void *pNext_) |
DisplayEventInfoEXT & | setDisplayEvent (DisplayEventTypeEXT displayEvent_) |
operator VkDisplayEventInfoEXT const & () const | |
operator VkDisplayEventInfoEXT & () | |
bool | operator== (DisplayEventInfoEXT const &rhs) const |
bool | operator!= (DisplayEventInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DisplayEventTypeEXT | displayEvent |
Private Attributes | |
StructureType | sType = StructureType::eDisplayEventInfoEXT |
Definition at line 33862 of file vulkan.hpp.
|
inline |
Definition at line 33864 of file vulkan.hpp.
|
inline |
Definition at line 33869 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33896 of file vulkan.hpp.
|
inline |
Definition at line 33891 of file vulkan.hpp.
|
inline |
Definition at line 33908 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33874 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33901 of file vulkan.hpp.
References displayEvent, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 33885 of file vulkan.hpp.
References displayEvent.
|
inline |
Definition at line 33879 of file vulkan.hpp.
References pNext.
DisplayEventTypeEXT VULKAN_HPP_NAMESPACE::DisplayEventInfoEXT::displayEvent |
Definition at line 33918 of file vulkan.hpp.
Referenced by operator==(), and setDisplayEvent().
const void* VULKAN_HPP_NAMESPACE::DisplayEventInfoEXT::pNext = nullptr |
Definition at line 33917 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 33914 of file vulkan.hpp.
Referenced by operator==().