Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkExternalMemoryProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ExternalMemoryProperties (vk::ExternalMemoryFeatureFlags externalMemoryFeatures_={}, vk::ExternalMemoryHandleTypeFlags exportFromImportedHandleTypes_={}, vk::ExternalMemoryHandleTypeFlags compatibleHandleTypes_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ExternalMemoryProperties (ExternalMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalMemoryProperties (VkExternalMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
ExternalMemoryProperties & | operator= (ExternalMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ExternalMemoryProperties & | operator= (VkExternalMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkExternalMemoryProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkExternalMemoryProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ExternalMemoryProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ExternalMemoryProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Definition at line 35896 of file vulkan_structs.hpp.
Definition at line 35898 of file vulkan_structs.hpp.
|
inline |
Definition at line 35901 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 35912 of file vulkan_structs.hpp.
|
inline |
Definition at line 35931 of file vulkan_structs.hpp.
|
inline |
Definition at line 35926 of file vulkan_structs.hpp.
|
inline |
Definition at line 35963 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 35920 of file vulkan_structs.hpp.
|
inline |
Definition at line 35953 of file vulkan_structs.hpp.
vk::ExternalMemoryHandleTypeFlags vk::ExternalMemoryProperties::compatibleHandleTypes = {} |
Definition at line 35972 of file vulkan_structs.hpp.
vk::ExternalMemoryHandleTypeFlags vk::ExternalMemoryProperties::exportFromImportedHandleTypes = {} |
Definition at line 35971 of file vulkan_structs.hpp.
vk::ExternalMemoryFeatureFlags vk::ExternalMemoryProperties::externalMemoryFeatures = {} |
Definition at line 35970 of file vulkan_structs.hpp.