Vulkan-Hpp
vk::SwapchainKHR Class Reference

#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
 
SwapchainKHRoperator= (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
 

Detailed Description

Definition at line 2702 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 2705 of file vulkan_handles.hpp.

◆ NativeType

Constructor & Destructor Documentation

◆ SwapchainKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::SwapchainKHR::SwapchainKHR ( )
default

◆ SwapchainKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::SwapchainKHR::SwapchainKHR ( std::nullptr_t  )
inline

Definition at line 2715 of file vulkan_handles.hpp.

◆ SwapchainKHR() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::SwapchainKHR::SwapchainKHR ( VkSwapchainKHR  swapchainKHR)
inline

Definition at line 2717 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::SwapchainKHR::operator bool ( ) const
inlineexplicit

Definition at line 2757 of file vulkan_handles.hpp.

◆ operator VkSwapchainKHR()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::SwapchainKHR::operator VkSwapchainKHR ( ) const
inline

Definition at line 2752 of file vulkan_handles.hpp.

◆ operator!()

bool vk::SwapchainKHR::operator! ( ) const
inline

Definition at line 2762 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::SwapchainKHR::operator!= ( SwapchainKHR const &  rhs) const
inline

Definition at line 2741 of file vulkan_handles.hpp.

◆ operator<()

bool vk::SwapchainKHR::operator< ( SwapchainKHR const &  rhs) const
inline

Definition at line 2746 of file vulkan_handles.hpp.

◆ operator=()

SwapchainKHR& vk::SwapchainKHR::operator= ( std::nullptr_t  )
inline

Definition at line 2727 of file vulkan_handles.hpp.

◆ operator==()

bool vk::SwapchainKHR::operator== ( SwapchainKHR const &  rhs) const
inline

Definition at line 2736 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::SwapchainKHR::debugReportObjectType
static

◆ objectType

Definition at line 2708 of file vulkan_handles.hpp.


The documentation for this class was generated from the following file: