HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DeviceMemory Class Reference

#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
 
DeviceMemoryoperator= (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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eDeviceMemory
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 5527 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 5530 of file vulkan_handles.hpp.

Definition at line 5531 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceMemory::DeviceMemory ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceMemory::DeviceMemory ( std::nullptr_t  )
inline

Definition at line 5539 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::DeviceMemory::DeviceMemory ( VkDeviceMemory  deviceMemory)
inline

Definition at line 5540 of file vulkan_handles.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DeviceMemory::operator bool ( ) const
inlineexplicit

Definition at line 5580 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::DeviceMemory::operator VkDeviceMemory ( ) const
inline

Definition at line 5575 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::DeviceMemory::operator! ( void  ) const
inline

Definition at line 5585 of file vulkan_handles.hpp.

Definition at line 5564 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::DeviceMemory::operator< ( DeviceMemory const rhs) const
inline

Definition at line 5569 of file vulkan_handles.hpp.

DeviceMemory& VULKAN_HPP_NAMESPACE::DeviceMemory::operator= ( std::nullptr_t  )
inline

Definition at line 5550 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::DeviceMemory::operator== ( DeviceMemory const rhs) const
inline

Definition at line 5559 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::DeviceMemory::debugReportObjectType
static

Definition at line 5533 of file vulkan_handles.hpp.


The documentation for this class was generated from the following file: