RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo Struct Reference

#include <vulkan.hpp>

Public Member Functions

 PhysicalDeviceExternalImageFormatInfo (ExternalMemoryHandleTypeFlagBits handleType_=ExternalMemoryHandleTypeFlagBits::eOpaqueFd)
 
 PhysicalDeviceExternalImageFormatInfo (VkPhysicalDeviceExternalImageFormatInfo const &rhs)
 
PhysicalDeviceExternalImageFormatInfooperator= (VkPhysicalDeviceExternalImageFormatInfo const &rhs)
 
PhysicalDeviceExternalImageFormatInfosetPNext (const void *pNext_)
 
PhysicalDeviceExternalImageFormatInfosetHandleType (ExternalMemoryHandleTypeFlagBits handleType_)
 
 operator const VkPhysicalDeviceExternalImageFormatInfo & () const
 
bool operator== (PhysicalDeviceExternalImageFormatInfo const &rhs) const
 
bool operator!= (PhysicalDeviceExternalImageFormatInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
ExternalMemoryHandleTypeFlagBits handleType
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceExternalImageFormatInfo
 

Constructor & Destructor Documentation

◆ PhysicalDeviceExternalImageFormatInfo() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::PhysicalDeviceExternalImageFormatInfo ( ExternalMemoryHandleTypeFlagBits  handleType_ = ExternalMemoryHandleTypeFlagBits::eOpaqueFd)
inline

◆ PhysicalDeviceExternalImageFormatInfo() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::PhysicalDeviceExternalImageFormatInfo ( VkPhysicalDeviceExternalImageFormatInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDeviceExternalImageFormatInfo &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::operator const VkPhysicalDeviceExternalImageFormatInfo & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::operator!= ( PhysicalDeviceExternalImageFormatInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PhysicalDeviceExternalImageFormatInfo& VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::operator= ( VkPhysicalDeviceExternalImageFormatInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::operator== ( PhysicalDeviceExternalImageFormatInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setHandleType()

PhysicalDeviceExternalImageFormatInfo& VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::setHandleType ( ExternalMemoryHandleTypeFlagBits  handleType_)
inline

◆ setPNext()

PhysicalDeviceExternalImageFormatInfo& VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ handleType

ExternalMemoryHandleTypeFlagBits VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::handleType

◆ pNext

const void* VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalImageFormatInfo::sType = StructureType::ePhysicalDeviceExternalImageFormatInfo
private

The documentation for this struct was generated from the following file: