RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

 DeviceEventInfoEXT (DeviceEventTypeEXT deviceEvent_=DeviceEventTypeEXT::eDisplayHotplug)
 
 DeviceEventInfoEXT (VkDeviceEventInfoEXT const &rhs)
 
DeviceEventInfoEXToperator= (VkDeviceEventInfoEXT const &rhs)
 
DeviceEventInfoEXTsetPNext (const void *pNext_)
 
DeviceEventInfoEXTsetDeviceEvent (DeviceEventTypeEXT deviceEvent_)
 
 operator const VkDeviceEventInfoEXT & () const
 
bool operator== (DeviceEventInfoEXT const &rhs) const
 
bool operator!= (DeviceEventInfoEXT const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
DeviceEventTypeEXT deviceEvent
 

Private Attributes

StructureType sType = StructureType::eDeviceEventInfoEXT
 

Constructor & Destructor Documentation

◆ DeviceEventInfoEXT() [1/2]

VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::DeviceEventInfoEXT ( DeviceEventTypeEXT  deviceEvent_ = DeviceEventTypeEXT::eDisplayHotplug)
inline

◆ DeviceEventInfoEXT() [2/2]

VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::DeviceEventInfoEXT ( VkDeviceEventInfoEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDeviceEventInfoEXT &()

VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::operator const VkDeviceEventInfoEXT & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::operator!= ( DeviceEventInfoEXT const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

DeviceEventInfoEXT& VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::operator= ( VkDeviceEventInfoEXT const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::operator== ( DeviceEventInfoEXT const rhs) const
inline
Here is the caller graph for this function:

◆ setDeviceEvent()

DeviceEventInfoEXT& VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::setDeviceEvent ( DeviceEventTypeEXT  deviceEvent_)
inline

◆ setPNext()

DeviceEventInfoEXT& VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ deviceEvent

DeviceEventTypeEXT VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::deviceEvent

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::sType = StructureType::eDeviceEventInfoEXT
private

The documentation for this struct was generated from the following file: