|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkEvent |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Event () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | Event (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | Event (VkEvent event) VULKAN_HPP_NOEXCEPT |
| Event & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (Event const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkEvent () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkEvent | m_event |
Definition at line 33777 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::Event::CType = VkEvent |
Definition at line 33780 of file vulkan.hpp.
|
inline |
Definition at line 33786 of file vulkan.hpp.
|
inline |
Definition at line 33790 of file vulkan.hpp.
|
inline |
Definition at line 33794 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 33836 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 33831 of file vulkan.hpp.
|
inline |
Definition at line 33841 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 33820 of file vulkan.hpp.
|
inline |
Definition at line 33825 of file vulkan.hpp.
|
inline |
Definition at line 33806 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 33815 of file vulkan.hpp.
|
static |
Definition at line 33783 of file vulkan.hpp.
|
private |
Definition at line 33847 of file vulkan.hpp.
|
static |
Definition at line 33782 of file vulkan.hpp.