HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eSwapchainKHR
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 1905 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 1908 of file vulkan_handles.hpp.

Definition at line 1909 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SwapchainKHR::SwapchainKHR ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SwapchainKHR::SwapchainKHR ( std::nullptr_t  )
inline

Definition at line 1917 of file vulkan_handles.hpp.

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

Definition at line 1918 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 1958 of file vulkan_handles.hpp.

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

Definition at line 1953 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::SwapchainKHR::operator! ( void  ) const
inline

Definition at line 1963 of file vulkan_handles.hpp.

Definition at line 1942 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::SwapchainKHR::operator< ( SwapchainKHR const rhs) const
inline

Definition at line 1947 of file vulkan_handles.hpp.

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

Definition at line 1928 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::SwapchainKHR::operator== ( SwapchainKHR const rhs) const
inline

Definition at line 1937 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::SwapchainKHR::debugReportObjectType
static

Definition at line 1911 of file vulkan_handles.hpp.


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