SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkMemoryType const & () const | |
operator VkMemoryType & () | |
bool | operator== (MemoryType const &rhs) const |
bool | operator!= (MemoryType const &rhs) const |
Data Fields | |
MemoryPropertyFlags | propertyFlags |
uint32_t | heapIndex |
Definition at line 22355 of file vulkan.hpp.
|
inline |
Definition at line 22362 of file vulkan.hpp.
|
inline |
Definition at line 22357 of file vulkan.hpp.
|
inline |
Definition at line 22373 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 22367 of file vulkan.hpp.
References heapIndex, and propertyFlags.
Referenced by operator!=().
uint32_t VULKAN_HPP_NAMESPACE::MemoryType::heapIndex |
Definition at line 22379 of file vulkan.hpp.
Referenced by operator==().
MemoryPropertyFlags VULKAN_HPP_NAMESPACE::MemoryType::propertyFlags |
Definition at line 22378 of file vulkan.hpp.
Referenced by operator==().