|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkSemaphore |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Semaphore () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | Semaphore (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | Semaphore (VkSemaphore semaphore) VULKAN_HPP_NOEXCEPT |
| Semaphore & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (Semaphore const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSemaphore () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkSemaphore | m_semaphore |
Definition at line 17013 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::Semaphore::CType = VkSemaphore |
Definition at line 17016 of file vulkan.hpp.
|
inline |
Definition at line 17022 of file vulkan.hpp.
|
inline |
Definition at line 17026 of file vulkan.hpp.
|
inline |
Definition at line 17030 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 17072 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 17067 of file vulkan.hpp.
|
inline |
Definition at line 17077 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 17056 of file vulkan.hpp.
|
inline |
Definition at line 17061 of file vulkan.hpp.
|
inline |
Definition at line 17042 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 17051 of file vulkan.hpp.
|
static |
Definition at line 17019 of file vulkan.hpp.
|
private |
Definition at line 17083 of file vulkan.hpp.
|
static |
Definition at line 17018 of file vulkan.hpp.