Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryHeap |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryHeap (vk::DeviceSize size_={}, vk::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 | |
vk::DeviceSize | size = {} |
vk::MemoryHeapFlags | flags = {} |
Definition at line 51634 of file vulkan_structs.hpp.
Definition at line 51636 of file vulkan_structs.hpp.
|
inline |
Definition at line 51639 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51647 of file vulkan_structs.hpp.
|
inline |
Definition at line 51663 of file vulkan_structs.hpp.
|
inline |
Definition at line 51658 of file vulkan_structs.hpp.
|
inline |
Definition at line 51692 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 51652 of file vulkan_structs.hpp.
|
inline |
Definition at line 51683 of file vulkan_structs.hpp.
vk::MemoryHeapFlags vk::MemoryHeap::flags = {} |
Definition at line 51700 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryHeap::size = {} |
Definition at line 51699 of file vulkan_structs.hpp.