|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkSurfaceKHR |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | SurfaceKHR () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | SurfaceKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | SurfaceKHR (VkSurfaceKHR surfaceKHR) VULKAN_HPP_NOEXCEPT |
| SurfaceKHR & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSurfaceKHR () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkSurfaceKHR | m_surfaceKHR |
Definition at line 42036 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::SurfaceKHR::CType = VkSurfaceKHR |
Definition at line 42039 of file vulkan.hpp.
|
inline |
Definition at line 42045 of file vulkan.hpp.
|
inline |
Definition at line 42049 of file vulkan.hpp.
|
inline |
Definition at line 42053 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 42095 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 42090 of file vulkan.hpp.
|
inline |
Definition at line 42100 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 42079 of file vulkan.hpp.
|
inline |
Definition at line 42084 of file vulkan.hpp.
|
inline |
Definition at line 42065 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 42074 of file vulkan.hpp.
|
static |
Definition at line 42042 of file vulkan.hpp.
|
private |
Definition at line 42106 of file vulkan.hpp.
|
static |
Definition at line 42041 of file vulkan.hpp.