Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkSwapchainKHR |
using | NativeType = VkSwapchainKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SwapchainKHR ()=default |
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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eSwapchainKHR |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 2702 of file vulkan_handles.hpp.
Definition at line 2705 of file vulkan_handles.hpp.
Definition at line 2706 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2715 of file vulkan_handles.hpp.
|
inline |
Definition at line 2717 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2757 of file vulkan_handles.hpp.
|
inline |
Definition at line 2752 of file vulkan_handles.hpp.
|
inline |
Definition at line 2762 of file vulkan_handles.hpp.
|
inline |
Definition at line 2741 of file vulkan_handles.hpp.
|
inline |
Definition at line 2746 of file vulkan_handles.hpp.
|
inline |
Definition at line 2727 of file vulkan_handles.hpp.
|
inline |
Definition at line 2736 of file vulkan_handles.hpp.
|
static |
Definition at line 2709 of file vulkan_handles.hpp.
|
static |
Definition at line 2708 of file vulkan_handles.hpp.