HDK
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkDeviceMemory |
using | NativeType = VkDeviceMemory |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DeviceMemory ()=default |
VULKAN_HPP_CONSTEXPR | DeviceMemory (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | DeviceMemory (VkDeviceMemory deviceMemory) VULKAN_HPP_NOEXCEPT |
DeviceMemory & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (DeviceMemory const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DeviceMemory const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (DeviceMemory const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDeviceMemory () const VULKAN_HPP_NOEXCEPT |
operator bool () const VULKAN_HPP_NOEXCEPT | |
bool | operator! () const VULKAN_HPP_NOEXCEPT |
Definition at line 5527 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::DeviceMemory::CType = VkDeviceMemory |
Definition at line 5530 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::DeviceMemory::NativeType = VkDeviceMemory |
Definition at line 5531 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 5539 of file vulkan_handles.hpp.
|
inline |
Definition at line 5540 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 5580 of file vulkan_handles.hpp.
|
inline |
Definition at line 5575 of file vulkan_handles.hpp.
|
inline |
Definition at line 5585 of file vulkan_handles.hpp.
|
inline |
Definition at line 5564 of file vulkan_handles.hpp.
|
inline |
Definition at line 5569 of file vulkan_handles.hpp.
|
inline |
Definition at line 5550 of file vulkan_handles.hpp.
|
inline |
Definition at line 5559 of file vulkan_handles.hpp.
|
static |
Definition at line 5534 of file vulkan_handles.hpp.
|
static |
Definition at line 5533 of file vulkan_handles.hpp.