|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | SurfaceKHR () |
| VULKAN_HPP_CONSTEXPR | SurfaceKHR (std::nullptr_t) |
| VULKAN_HPP_TYPESAFE_EXPLICIT | SurfaceKHR (VkSurfaceKHR surfaceKHR) |
| SurfaceKHR & | operator= (std::nullptr_t) |
| bool | operator== (SurfaceKHR const &rhs) const |
| bool | operator!= (SurfaceKHR const &rhs) const |
| bool | operator< (SurfaceKHR const &rhs) const |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSurfaceKHR () const |
| operator bool () const | |
| bool | operator! () const |
Private Attributes | |
| VkSurfaceKHR | m_surfaceKHR |
Definition at line 4824 of file vulkan.hpp.
|
inline |
Definition at line 4827 of file vulkan.hpp.
|
inline |
Definition at line 4831 of file vulkan.hpp.
|
inline |
Definition at line 4835 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4875 of file vulkan.hpp.
References m_surfaceKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4870 of file vulkan.hpp.
References m_surfaceKHR.
|
inline |
Definition at line 4880 of file vulkan.hpp.
References m_surfaceKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4858 of file vulkan.hpp.
References m_surfaceKHR.
|
inline |
Definition at line 4863 of file vulkan.hpp.
References m_surfaceKHR.
|
inline |
Definition at line 4847 of file vulkan.hpp.
References m_surfaceKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4853 of file vulkan.hpp.
References m_surfaceKHR.
|
private |
Definition at line 4886 of file vulkan.hpp.
Referenced by operator bool(), operator VkSurfaceKHR(), operator!(), operator!=(), operator<(), operator=(), and operator==().