Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryType |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryType (vk::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= (MemoryType const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryType & | operator= (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 | |
vk::MemoryPropertyFlags | propertyFlags = {} |
uint32_t | heapIndex = {} |
Definition at line 52262 of file vulkan_structs.hpp.
Definition at line 52264 of file vulkan_structs.hpp.
|
inline |
Definition at line 52267 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52275 of file vulkan_structs.hpp.
|
inline |
Definition at line 52291 of file vulkan_structs.hpp.
|
inline |
Definition at line 52286 of file vulkan_structs.hpp.
|
inline |
Definition at line 52320 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52280 of file vulkan_structs.hpp.
|
inline |
Definition at line 52311 of file vulkan_structs.hpp.
uint32_t vk::MemoryType::heapIndex = {} |
Definition at line 52328 of file vulkan_structs.hpp.
vk::MemoryPropertyFlags vk::MemoryType::propertyFlags = {} |
Definition at line 52327 of file vulkan_structs.hpp.