|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | DeviceEventInfoEXT (VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_=VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT::eDisplayHotplug) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | DeviceEventInfoEXT (DeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
| DeviceEventInfoEXT (VkDeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
| DeviceEventInfoEXT & | operator= (VkDeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT |
| DeviceEventInfoEXT & | operator= (DeviceEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT |
| DeviceEventInfoEXT & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
| DeviceEventInfoEXT & | setDeviceEvent (VULKAN_HPP_NAMESPACE::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 |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDeviceEventInfoEXT |
Definition at line 31531 of file vulkan.hpp.
|
inline |
Definition at line 31537 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 31543 of file vulkan.hpp.
|
inline |
Definition at line 31579 of file vulkan.hpp.
|
inline |
Definition at line 31574 of file vulkan.hpp.
|
inline |
Definition at line 31595 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 31555 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31549 of file vulkan.hpp.
|
inline |
Definition at line 31588 of file vulkan.hpp.
|
inline |
Definition at line 31567 of file vulkan.hpp.
|
inline |
Definition at line 31561 of file vulkan.hpp.
|
static |
Definition at line 31533 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::deviceEvent = VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT::eDisplayHotplug |
Definition at line 31606 of file vulkan.hpp.
| const void* VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::pNext = {} |
Definition at line 31605 of file vulkan.hpp.
|
static |
Definition at line 31534 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT::sType = StructureType::eDeviceEventInfoEXT |
Definition at line 31604 of file vulkan.hpp.