Vulkan-Hpp
vk::MemoryHeap Struct Reference

#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
 
MemoryHeapoperator= (MemoryHeap const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryHeapoperator= (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 = {}
 

Detailed Description

Definition at line 51634 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Definition at line 51636 of file vulkan_structs.hpp.

Constructor & Destructor Documentation

◆ MemoryHeap() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryHeap::MemoryHeap ( vk::DeviceSize  size_ = {},
vk::MemoryHeapFlags  flags_ = {} 
)
inline

Definition at line 51639 of file vulkan_structs.hpp.

◆ MemoryHeap() [2/3]

VULKAN_HPP_CONSTEXPR vk::MemoryHeap::MemoryHeap ( MemoryHeap const &  rhs)
default

◆ MemoryHeap() [3/3]

vk::MemoryHeap::MemoryHeap ( VkMemoryHeap const &  rhs)
inline

Definition at line 51647 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryHeap &()

vk::MemoryHeap::operator VkMemoryHeap & ( )
inline

Definition at line 51663 of file vulkan_structs.hpp.

◆ operator VkMemoryHeap const &()

vk::MemoryHeap::operator VkMemoryHeap const & ( ) const
inline

Definition at line 51658 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::MemoryHeap::operator!= ( MemoryHeap const &  rhs) const
inline

Definition at line 51692 of file vulkan_structs.hpp.

◆ operator=() [1/2]

MemoryHeap& vk::MemoryHeap::operator= ( MemoryHeap const &  rhs)
default

◆ operator=() [2/2]

MemoryHeap& vk::MemoryHeap::operator= ( VkMemoryHeap const &  rhs)
inline

Definition at line 51652 of file vulkan_structs.hpp.

◆ operator==()

bool vk::MemoryHeap::operator== ( MemoryHeap const &  rhs) const
inline

Definition at line 51683 of file vulkan_structs.hpp.

Member Data Documentation

◆ flags

vk::MemoryHeapFlags vk::MemoryHeap::flags = {}

Definition at line 51700 of file vulkan_structs.hpp.

◆ size

vk::DeviceSize vk::MemoryHeap::size = {}

Definition at line 51699 of file vulkan_structs.hpp.


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