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

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR Semaphore ()
 
VULKAN_HPP_CONSTEXPR Semaphore (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT Semaphore (VkSemaphore semaphore)
 
Semaphoreoperator= (std::nullptr_t)
 
bool operator== (Semaphore const &rhs) const
 
bool operator!= (Semaphore const &rhs) const
 
bool operator< (Semaphore const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSemaphore () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkSemaphore m_semaphore
 

Constructor & Destructor Documentation

◆ Semaphore() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Semaphore::Semaphore ( )
inline

◆ Semaphore() [2/3]

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

◆ Semaphore() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Semaphore::Semaphore ( VkSemaphore  semaphore)
inline

Member Function Documentation

◆ operator bool()

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

◆ operator VkSemaphore()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Semaphore::operator VkSemaphore ( ) const
inline

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_semaphore

VkSemaphore VULKAN_HPP_NAMESPACE::Semaphore::m_semaphore
private

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