RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::SwapchainKHR Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR SwapchainKHR ()
 
VULKAN_HPP_CONSTEXPR SwapchainKHR (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT SwapchainKHR (VkSwapchainKHR swapchainKHR)
 
SwapchainKHRoperator= (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
 

Constructor & Destructor Documentation

◆ SwapchainKHR() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SwapchainKHR::SwapchainKHR ( )
inline

◆ SwapchainKHR() [2/3]

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

◆ SwapchainKHR() [3/3]

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

Member Function Documentation

◆ operator bool()

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

◆ operator VkSwapchainKHR()

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

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_swapchainKHR

VkSwapchainKHR VULKAN_HPP_NAMESPACE::SwapchainKHR::m_swapchainKHR
private

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