|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkDeviceMemory |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | DeviceMemory () VULKAN_HPP_NOEXCEPT |
| 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 |
Private Attributes | |
| VkDeviceMemory | m_deviceMemory |
Definition at line 19250 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::DeviceMemory::CType = VkDeviceMemory |
Definition at line 19253 of file vulkan.hpp.
|
inline |
Definition at line 19259 of file vulkan.hpp.
|
inline |
Definition at line 19263 of file vulkan.hpp.
|
inline |
Definition at line 19267 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 19309 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 19304 of file vulkan.hpp.
|
inline |
Definition at line 19314 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 19293 of file vulkan.hpp.
|
inline |
Definition at line 19298 of file vulkan.hpp.
|
inline |
Definition at line 19279 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 19288 of file vulkan.hpp.
|
static |
Definition at line 19256 of file vulkan.hpp.
|
private |
Definition at line 19320 of file vulkan.hpp.
|
static |
Definition at line 19255 of file vulkan.hpp.