SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SwapchainKHR () |
VULKAN_HPP_CONSTEXPR | SwapchainKHR (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | SwapchainKHR (VkSwapchainKHR swapchainKHR) |
SwapchainKHR & | operator= (std::nullptr_t) |
bool | operator== (SwapchainKHR const &rhs) const |
bool | operator!= (SwapchainKHR const &rhs) const |
bool | operator< (SwapchainKHR const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSwapchainKHR () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkSwapchainKHR | m_swapchainKHR |
Definition at line 4891 of file vulkan.hpp.
|
inline |
Definition at line 4894 of file vulkan.hpp.
|
inline |
Definition at line 4898 of file vulkan.hpp.
|
inline |
Definition at line 4902 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4942 of file vulkan.hpp.
References m_swapchainKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4937 of file vulkan.hpp.
References m_swapchainKHR.
|
inline |
Definition at line 4947 of file vulkan.hpp.
References m_swapchainKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4925 of file vulkan.hpp.
References m_swapchainKHR.
|
inline |
Definition at line 4930 of file vulkan.hpp.
References m_swapchainKHR.
|
inline |
Definition at line 4914 of file vulkan.hpp.
References m_swapchainKHR, and VK_NULL_HANDLE.
|
inline |
Definition at line 4920 of file vulkan.hpp.
References m_swapchainKHR.
|
private |
Definition at line 4953 of file vulkan.hpp.
Referenced by operator bool(), operator VkSwapchainKHR(), operator!(), operator!=(), operator<(), operator=(), and operator==().