|
HDK
|
#include <vulkan_structs.hpp>
Public Types | |
| using | NativeType = VkMemoryHeap |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | MemoryHeap (VULKAN_HPP_NAMESPACE::DeviceSize size_={}, VULKAN_HPP_NAMESPACE::MemoryHeapFlags flags_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | MemoryHeap (MemoryHeap const &rhs) VULKAN_HPP_NOEXCEPT=default |
| MemoryHeap (VkMemoryHeap const &rhs) VULKAN_HPP_NOEXCEPT | |
| MemoryHeap & | operator= (MemoryHeap const &rhs) VULKAN_HPP_NOEXCEPT=default |
| MemoryHeap & | operator= (VkMemoryHeap const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkMemoryHeap const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkMemoryHeap & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (MemoryHeap const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (MemoryHeap const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
| VULKAN_HPP_NAMESPACE::DeviceSize | size = {} |
| VULKAN_HPP_NAMESPACE::MemoryHeapFlags | flags = {} |
Definition at line 45789 of file vulkan_structs.hpp.
Definition at line 45791 of file vulkan_structs.hpp.
|
inline |
Definition at line 45794 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45802 of file vulkan_structs.hpp.
|
inline |
Definition at line 45818 of file vulkan_structs.hpp.
|
inline |
Definition at line 45813 of file vulkan_structs.hpp.
|
inline |
Definition at line 45847 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 45807 of file vulkan_structs.hpp.
|
inline |
Definition at line 45838 of file vulkan_structs.hpp.
| VULKAN_HPP_NAMESPACE::MemoryHeapFlags VULKAN_HPP_NAMESPACE::MemoryHeap::flags = {} |
Definition at line 45855 of file vulkan_structs.hpp.
| VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::MemoryHeap::size = {} |
Definition at line 45854 of file vulkan_structs.hpp.