|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| DisplayPowerInfoEXT (DisplayPowerStateEXT powerState_=DisplayPowerStateEXT::eOff) | |
| DisplayPowerInfoEXT (VkDisplayPowerInfoEXT const &rhs) | |
| DisplayPowerInfoEXT & | operator= (VkDisplayPowerInfoEXT const &rhs) |
| DisplayPowerInfoEXT & | setPNext (const void *pNext_) |
| DisplayPowerInfoEXT & | setPowerState (DisplayPowerStateEXT powerState_) |
| operator VkDisplayPowerInfoEXT const & () const | |
| operator VkDisplayPowerInfoEXT & () | |
| bool | operator== (DisplayPowerInfoEXT const &rhs) const |
| bool | operator!= (DisplayPowerInfoEXT const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| DisplayPowerStateEXT | powerState |
Private Attributes | |
| StructureType | sType = StructureType::eDisplayPowerInfoEXT |
Definition at line 33732 of file vulkan.hpp.
|
inline |
Definition at line 33734 of file vulkan.hpp.
|
inline |
Definition at line 33739 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33766 of file vulkan.hpp.
|
inline |
Definition at line 33761 of file vulkan.hpp.
|
inline |
Definition at line 33778 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33744 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 33771 of file vulkan.hpp.
References pNext, powerState, and sType.
Referenced by operator!=().
|
inline |
Definition at line 33749 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 33755 of file vulkan.hpp.
References powerState.
| const void* VULKAN_HPP_NAMESPACE::DisplayPowerInfoEXT::pNext = nullptr |
Definition at line 33787 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| DisplayPowerStateEXT VULKAN_HPP_NAMESPACE::DisplayPowerInfoEXT::powerState |
Definition at line 33788 of file vulkan.hpp.
Referenced by operator==(), and setPowerState().
|
private |
Definition at line 33784 of file vulkan.hpp.
Referenced by operator==().