SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DeviceMemory () |
VULKAN_HPP_CONSTEXPR | DeviceMemory (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DeviceMemory (VkDeviceMemory deviceMemory) |
DeviceMemory & | operator= (std::nullptr_t) |
bool | operator== (DeviceMemory const &rhs) const |
bool | operator!= (DeviceMemory const &rhs) const |
bool | operator< (DeviceMemory const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDeviceMemory () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkDeviceMemory | m_deviceMemory |
Definition at line 2944 of file vulkan.hpp.
|
inline |
Definition at line 2947 of file vulkan.hpp.
|
inline |
Definition at line 2951 of file vulkan.hpp.
|
inline |
Definition at line 2955 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 2995 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 2990 of file vulkan.hpp.
|
inline |
Definition at line 3000 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 2978 of file vulkan.hpp.
References m_deviceMemory.
|
inline |
Definition at line 2983 of file vulkan.hpp.
References m_deviceMemory.
|
inline |
Definition at line 2967 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 2973 of file vulkan.hpp.
References m_deviceMemory.
|
private |
Definition at line 3006 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().