|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkSwapchainKHR |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | SwapchainKHR () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | SwapchainKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | SwapchainKHR (VkSwapchainKHR swapchainKHR) VULKAN_HPP_NOEXCEPT |
| SwapchainKHR & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (SwapchainKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (SwapchainKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (SwapchainKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSwapchainKHR () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkSwapchainKHR | m_swapchainKHR |
Definition at line 16913 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::SwapchainKHR::CType = VkSwapchainKHR |
Definition at line 16916 of file vulkan.hpp.
|
inline |
Definition at line 16922 of file vulkan.hpp.
|
inline |
Definition at line 16926 of file vulkan.hpp.
|
inline |
Definition at line 16930 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 16972 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 16967 of file vulkan.hpp.
|
inline |
Definition at line 16977 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 16956 of file vulkan.hpp.
|
inline |
Definition at line 16961 of file vulkan.hpp.
|
inline |
Definition at line 16942 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 16951 of file vulkan.hpp.
|
static |
Definition at line 16919 of file vulkan.hpp.
|
private |
Definition at line 16983 of file vulkan.hpp.
|
static |
Definition at line 16918 of file vulkan.hpp.