|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Semaphore () |
| VULKAN_HPP_CONSTEXPR | Semaphore (std::nullptr_t) |
| VULKAN_HPP_TYPESAFE_EXPLICIT | Semaphore (VkSemaphore semaphore) |
| Semaphore & | operator= (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 |
Definition at line 3882 of file vulkan.hpp.
|
inline |
Definition at line 3885 of file vulkan.hpp.
|
inline |
Definition at line 3889 of file vulkan.hpp.
|
inline |
Definition at line 3893 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3933 of file vulkan.hpp.
References m_semaphore, and VK_NULL_HANDLE.
|
inline |
Definition at line 3928 of file vulkan.hpp.
References m_semaphore.
|
inline |
Definition at line 3938 of file vulkan.hpp.
References m_semaphore, and VK_NULL_HANDLE.
|
inline |
Definition at line 3916 of file vulkan.hpp.
References m_semaphore.
|
inline |
Definition at line 3921 of file vulkan.hpp.
References m_semaphore.
|
inline |
Definition at line 3905 of file vulkan.hpp.
References m_semaphore, and VK_NULL_HANDLE.
|
inline |
Definition at line 3911 of file vulkan.hpp.
References m_semaphore.
|
private |
Definition at line 3944 of file vulkan.hpp.
Referenced by operator bool(), operator VkSemaphore(), operator!(), operator!=(), operator<(), operator=(), and operator==().