SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ValidationCacheEXT () |
VULKAN_HPP_CONSTEXPR | ValidationCacheEXT (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | ValidationCacheEXT (VkValidationCacheEXT validationCacheEXT) |
ValidationCacheEXT & | operator= (std::nullptr_t) |
bool | operator== (ValidationCacheEXT const &rhs) const |
bool | operator!= (ValidationCacheEXT const &rhs) const |
bool | operator< (ValidationCacheEXT const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkValidationCacheEXT () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkValidationCacheEXT | m_validationCacheEXT |
Definition at line 4556 of file vulkan.hpp.
|
inline |
Definition at line 4559 of file vulkan.hpp.
|
inline |
Definition at line 4563 of file vulkan.hpp.
|
inline |
Definition at line 4567 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4607 of file vulkan.hpp.
References m_validationCacheEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 4602 of file vulkan.hpp.
References m_validationCacheEXT.
|
inline |
Definition at line 4612 of file vulkan.hpp.
References m_validationCacheEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 4590 of file vulkan.hpp.
References m_validationCacheEXT.
|
inline |
Definition at line 4595 of file vulkan.hpp.
References m_validationCacheEXT.
|
inline |
Definition at line 4579 of file vulkan.hpp.
References m_validationCacheEXT, and VK_NULL_HANDLE.
|
inline |
Definition at line 4585 of file vulkan.hpp.
References m_validationCacheEXT.
|
private |
Definition at line 4618 of file vulkan.hpp.
Referenced by operator bool(), operator VkValidationCacheEXT(), operator!(), operator!=(), operator<(), operator=(), and operator==().