HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImportMemoryFdInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ImportMemoryFdInfoKHR (VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType_=VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits::eOpaqueFd, int fd_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ImportMemoryFdInfoKHR (ImportMemoryFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ImportMemoryFdInfoKHR (VkImportMemoryFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
ImportMemoryFdInfoKHRoperator= (ImportMemoryFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImportMemoryFdInfoKHRoperator= (VkImportMemoryFdInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportMemoryFdInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportMemoryFdInfoKHR
setHandleType (VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ImportMemoryFdInfoKHR
setFd (int fd_) VULKAN_HPP_NOEXCEPT
 
 operator VkImportMemoryFdInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkImportMemoryFdInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ImportMemoryFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ImportMemoryFdInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eImportMemoryFdInfoKHR
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType = VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits::eOpaqueFd
 
int fd = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eImportMemoryFdInfoKHR
 

Detailed Description

Definition at line 42050 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::ImportMemoryFdInfoKHR ( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits  handleType_ = VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits::eOpaqueFd,
int  fd_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 42058 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::ImportMemoryFdInfoKHR ( ImportMemoryFdInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::ImportMemoryFdInfoKHR ( VkImportMemoryFdInfoKHR const rhs)
inline

Definition at line 42070 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::operator VkImportMemoryFdInfoKHR & ( )
inline

Definition at line 42109 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::operator VkImportMemoryFdInfoKHR const & ( ) const
inline

Definition at line 42104 of file vulkan_structs.hpp.

ImportMemoryFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::operator= ( ImportMemoryFdInfoKHR const rhs)
default
ImportMemoryFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::operator= ( VkImportMemoryFdInfoKHR const rhs)
inline

Definition at line 42078 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::operator== ( ImportMemoryFdInfoKHR const rhs) const
inline

Definition at line 42129 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImportMemoryFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::setFd ( int  fd_)
inline

Definition at line 42097 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImportMemoryFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::setHandleType ( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits  handleType_)
inline

Definition at line 42091 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ImportMemoryFdInfoKHR& VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::setPNext ( const void pNext_)
inline

Definition at line 42085 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::allowDuplicate = false
static

Definition at line 42054 of file vulkan_structs.hpp.

int VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::fd = {}

Definition at line 42148 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::pNext = {}

Definition at line 42146 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::structureType = StructureType::eImportMemoryFdInfoKHR
static

Definition at line 42055 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImportMemoryFdInfoKHR::sType = StructureType::eImportMemoryFdInfoKHR

Definition at line 42145 of file vulkan_structs.hpp.


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