Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eDeviceMemory |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 6622 of file vulkan_handles.hpp.
Definition at line 6625 of file vulkan_handles.hpp.
Definition at line 6626 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 6635 of file vulkan_handles.hpp.
|
inline |
Definition at line 6637 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 6677 of file vulkan_handles.hpp.
|
inline |
Definition at line 6672 of file vulkan_handles.hpp.
|
inline |
Definition at line 6682 of file vulkan_handles.hpp.
|
inline |
Definition at line 6661 of file vulkan_handles.hpp.
|
inline |
Definition at line 6666 of file vulkan_handles.hpp.
|
inline |
Definition at line 6647 of file vulkan_handles.hpp.
|
inline |
Definition at line 6656 of file vulkan_handles.hpp.
|
static |
Definition at line 6629 of file vulkan_handles.hpp.
|
static |
Definition at line 6628 of file vulkan_handles.hpp.