|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::MemoryType: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 | |
| MemoryType & | operator= (VkMemoryType const &rhs) VULKAN_HPP_NOEXCEPT |
| MemoryType & | operator= (MemoryType 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 |
Data Fields | |
| VULKAN_HPP_NAMESPACE::MemoryPropertyFlags | propertyFlags = {} |
| uint32_t | heapIndex = {} |
Definition at line 52265 of file vulkan.hpp.
|
inline |
Definition at line 52270 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 52276 of file vulkan.hpp.
|
inline |
Definition at line 52300 of file vulkan.hpp.
|
inline |
Definition at line 52295 of file vulkan.hpp.
|
inline |
Definition at line 52315 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 52288 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 52282 of file vulkan.hpp.
|
inline |
Definition at line 52309 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::MemoryType::heapIndex = {} |
Definition at line 52325 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::MemoryPropertyFlags VULKAN_HPP_NAMESPACE::MemoryType::propertyFlags = {} |
Definition at line 52324 of file vulkan.hpp.