SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DisplayKHR () |
VULKAN_HPP_CONSTEXPR | DisplayKHR (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DisplayKHR (VkDisplayKHR displayKHR) |
DisplayKHR & | operator= (std::nullptr_t) |
bool | operator== (DisplayKHR const &rhs) const |
bool | operator!= (DisplayKHR const &rhs) const |
bool | operator< (DisplayKHR const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDisplayKHR () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkDisplayKHR | m_displayKHR |
Definition at line 4690 of file vulkan.hpp.
|
inline |
Definition at line 4693 of file vulkan.hpp.
|
inline |
Definition at line 4697 of file vulkan.hpp.
|
inline |
Definition at line 4701 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4741 of file vulkan.hpp.
References m_displayKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4736 of file vulkan.hpp.
References m_displayKHR.
|
inline |
Definition at line 4746 of file vulkan.hpp.
References m_displayKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4724 of file vulkan.hpp.
References m_displayKHR.
|
inline |
Definition at line 4729 of file vulkan.hpp.
References m_displayKHR.
|
inline |
Definition at line 4713 of file vulkan.hpp.
References m_displayKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4719 of file vulkan.hpp.
References m_displayKHR.
|
private |
Definition at line 4752 of file vulkan.hpp.
Referenced by operator bool(), operator VkDisplayKHR(), operator!(), operator!=(), operator<(), operator=(), and operator==().