SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceExternalImageFormatInfo (ExternalMemoryHandleTypeFlagBits handleType_=ExternalMemoryHandleTypeFlagBits::eOpaqueFd) | |
PhysicalDeviceExternalImageFormatInfo (VkPhysicalDeviceExternalImageFormatInfo const &rhs) | |
PhysicalDeviceExternalImageFormatInfo & | operator= (VkPhysicalDeviceExternalImageFormatInfo const &rhs) |
PhysicalDeviceExternalImageFormatInfo & | setPNext (const void *pNext_) |
PhysicalDeviceExternalImageFormatInfo & | setHandleType (ExternalMemoryHandleTypeFlagBits handleType_) |
operator VkPhysicalDeviceExternalImageFormatInfo const & () const | |
operator VkPhysicalDeviceExternalImageFormatInfo & () | |
bool | operator== (PhysicalDeviceExternalImageFormatInfo const &rhs) const |
bool | operator!= (PhysicalDeviceExternalImageFormatInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ExternalMemoryHandleTypeFlagBits | handleType |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceExternalImageFormatInfo |
Definition at line 31579 of file vulkan.hpp.
|
inline |
Definition at line 31581 of file vulkan.hpp.
|
inline |
Definition at line 31586 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 31613 of file vulkan.hpp.
|
inline |
Definition at line 31608 of file vulkan.hpp.
|
inline |
Definition at line 31625 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 31618 of file vulkan.hpp.
References handleType, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 31602 of file vulkan.hpp.
|
inline |
Definition at line 31596 of file vulkan.hpp.
References pNext.
ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::handleType |
Definition at line 31635 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::pNext = nullptr |
Definition at line 31634 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 31631 of file vulkan.hpp.
Referenced by operator==().