SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ObjectTableNVX () |
VULKAN_HPP_CONSTEXPR | ObjectTableNVX (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | ObjectTableNVX (VkObjectTableNVX objectTableNVX) |
ObjectTableNVX & | operator= (std::nullptr_t) |
bool | operator== (ObjectTableNVX const &rhs) const |
bool | operator!= (ObjectTableNVX const &rhs) const |
bool | operator< (ObjectTableNVX const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkObjectTableNVX () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkObjectTableNVX | m_objectTableNVX |
Definition at line 4284 of file vulkan.hpp.
|
inline |
Definition at line 4287 of file vulkan.hpp.
|
inline |
Definition at line 4291 of file vulkan.hpp.
|
inline |
Definition at line 4295 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4335 of file vulkan.hpp.
References m_objectTableNVX, and VK_NULL_HANDLE.
|
inline |
Definition at line 4330 of file vulkan.hpp.
References m_objectTableNVX.
|
inline |
Definition at line 4340 of file vulkan.hpp.
References m_objectTableNVX, and VK_NULL_HANDLE.
|
inline |
Definition at line 4318 of file vulkan.hpp.
References m_objectTableNVX.
|
inline |
Definition at line 4323 of file vulkan.hpp.
References m_objectTableNVX.
|
inline |
Definition at line 4307 of file vulkan.hpp.
References m_objectTableNVX, and VK_NULL_HANDLE.
|
inline |
Definition at line 4313 of file vulkan.hpp.
References m_objectTableNVX.
|
private |
Definition at line 4346 of file vulkan.hpp.
Referenced by operator bool(), operator VkObjectTableNVX(), operator!(), operator!=(), operator<(), operator=(), and operator==().