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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryType
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryType (VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags_={}, uint32_t heapIndex_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryType (MemoryType const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryType (VkMemoryType const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryTypeoperator= (MemoryType const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryTypeoperator= (VkMemoryType const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryType const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryType & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryType const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryType const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::MemoryPropertyFlags propertyFlags = {}
 
uint32_t heapIndex = {}
 

Detailed Description

Definition at line 46288 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryType::MemoryType ( VULKAN_HPP_NAMESPACE::MemoryPropertyFlags  propertyFlags_ = {},
uint32_t  heapIndex_ = {} 
)
inline

Definition at line 46293 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryType::MemoryType ( MemoryType const rhs)
default
VULKAN_HPP_NAMESPACE::MemoryType::MemoryType ( VkMemoryType const rhs)
inline

Definition at line 46301 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::MemoryType::operator VkMemoryType & ( )
inline

Definition at line 46317 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryType::operator VkMemoryType const & ( ) const
inline

Definition at line 46312 of file vulkan_structs.hpp.

Definition at line 46346 of file vulkan_structs.hpp.

MemoryType& VULKAN_HPP_NAMESPACE::MemoryType::operator= ( MemoryType const rhs)
default
MemoryType& VULKAN_HPP_NAMESPACE::MemoryType::operator= ( VkMemoryType const rhs)
inline

Definition at line 46306 of file vulkan_structs.hpp.

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

Definition at line 46337 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::MemoryType::heapIndex = {}

Definition at line 46354 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryPropertyFlags VULKAN_HPP_NAMESPACE::MemoryType::propertyFlags = {}

Definition at line 46353 of file vulkan_structs.hpp.


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