RetroArch
|
#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 const VkDisplayPowerInfoEXT & () const | |
bool | operator== (DisplayPowerInfoEXT const &rhs) const |
bool | operator!= (DisplayPowerInfoEXT const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
DisplayPowerStateEXT | powerState |
Private Attributes | |
StructureType | sType = StructureType::eDisplayPowerInfoEXT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
DisplayPowerStateEXT VULKAN_HPP_NAMESPACE::DisplayPowerInfoEXT::powerState |
|
private |