SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DisplayModeKHR () |
VULKAN_HPP_CONSTEXPR | DisplayModeKHR (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DisplayModeKHR (VkDisplayModeKHR displayModeKHR) |
DisplayModeKHR & | operator= (std::nullptr_t) |
bool | operator== (DisplayModeKHR const &rhs) const |
bool | operator!= (DisplayModeKHR const &rhs) const |
bool | operator< (DisplayModeKHR const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDisplayModeKHR () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkDisplayModeKHR | m_displayModeKHR |
Definition at line 4757 of file vulkan.hpp.
|
inline |
Definition at line 4760 of file vulkan.hpp.
|
inline |
Definition at line 4764 of file vulkan.hpp.
|
inline |
Definition at line 4768 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4808 of file vulkan.hpp.
References m_displayModeKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4803 of file vulkan.hpp.
References m_displayModeKHR.
|
inline |
Definition at line 4813 of file vulkan.hpp.
References m_displayModeKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4791 of file vulkan.hpp.
References m_displayModeKHR.
|
inline |
Definition at line 4796 of file vulkan.hpp.
References m_displayModeKHR.
|
inline |
Definition at line 4780 of file vulkan.hpp.
References m_displayModeKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4786 of file vulkan.hpp.
References m_displayModeKHR.
|
private |
Definition at line 4819 of file vulkan.hpp.
Referenced by operator bool(), operator VkDisplayModeKHR(), operator!(), operator!=(), operator<(), operator=(), and operator==().