Vulkan-Hpp
vk::DeviceEventInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceEventInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceEventInfoEXT (vk::DeviceEventTypeEXT deviceEvent_=vk::DeviceEventTypeEXT::eDisplayHotplug, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceEventInfoEXT (DeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceEventInfoEXT (VkDeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceEventInfoEXToperator= (DeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceEventInfoEXToperator= (VkDeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXTsetDeviceEvent (vk::DeviceEventTypeEXT deviceEvent_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceEventInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceEventInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceEventInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceEventInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceEventInfoEXT
 
const void * pNext = {}
 
vk::DeviceEventTypeEXT deviceEvent = vk::DeviceEventTypeEXT::eDisplayHotplug
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceEventInfoEXT
 

Detailed Description

Definition at line 27554 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceEventInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::DeviceEventInfoEXT::DeviceEventInfoEXT ( vk::DeviceEventTypeEXT  deviceEvent_ = vk::DeviceEventTypeEXT::eDisplayHotplug,
const void *  pNext_ = nullptr 
)
inline

Definition at line 27562 of file vulkan_structs.hpp.

◆ DeviceEventInfoEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::DeviceEventInfoEXT::DeviceEventInfoEXT ( DeviceEventInfoEXT const &  rhs)
default

◆ DeviceEventInfoEXT() [3/3]

vk::DeviceEventInfoEXT::DeviceEventInfoEXT ( VkDeviceEventInfoEXT const &  rhs)
inline

Definition at line 27571 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceEventInfoEXT &()

vk::DeviceEventInfoEXT::operator VkDeviceEventInfoEXT & ( )
inline

Definition at line 27601 of file vulkan_structs.hpp.

◆ operator VkDeviceEventInfoEXT const &()

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

Definition at line 27596 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::DeviceEventInfoEXT::operator!= ( DeviceEventInfoEXT const &  rhs) const
inline

Definition at line 27630 of file vulkan_structs.hpp.

◆ operator=() [1/2]

DeviceEventInfoEXT& vk::DeviceEventInfoEXT::operator= ( DeviceEventInfoEXT const &  rhs)
default

◆ operator=() [2/2]

DeviceEventInfoEXT& vk::DeviceEventInfoEXT::operator= ( VkDeviceEventInfoEXT const &  rhs)
inline

Definition at line 27576 of file vulkan_structs.hpp.

◆ operator==()

bool vk::DeviceEventInfoEXT::operator== ( DeviceEventInfoEXT const &  rhs) const
inline

Definition at line 27621 of file vulkan_structs.hpp.

◆ setDeviceEvent()

VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXT& vk::DeviceEventInfoEXT::setDeviceEvent ( vk::DeviceEventTypeEXT  deviceEvent_)
inline

Definition at line 27589 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXT& vk::DeviceEventInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 27583 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::DeviceEventInfoEXT::allowDuplicate = false
static

Definition at line 27558 of file vulkan_structs.hpp.

◆ deviceEvent

vk::DeviceEventTypeEXT vk::DeviceEventInfoEXT::deviceEvent = vk::DeviceEventTypeEXT::eDisplayHotplug

Definition at line 27639 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DeviceEventInfoEXT::pNext = {}

Definition at line 27638 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceEventInfoEXT::structureType = StructureType::eDeviceEventInfoEXT
static

Definition at line 27559 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceEventInfoEXT::sType = StructureType::eDeviceEventInfoEXT

Definition at line 27637 of file vulkan_structs.hpp.


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