Vulkan-Hpp
vk::MemoryFdPropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryFdPropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryFdPropertiesKHR (uint32_t memoryTypeBits_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryFdPropertiesKHR (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryFdPropertiesKHR (VkMemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryFdPropertiesKHRoperator= (MemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryFdPropertiesKHRoperator= (VkMemoryFdPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryFdPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryFdPropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryFdPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryFdPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryFdPropertiesKHR
 
void * pNext = {}
 
uint32_t memoryTypeBits = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 51009 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryFdPropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryFdPropertiesKHR::MemoryFdPropertiesKHR ( uint32_t  memoryTypeBits_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 51017 of file vulkan_structs.hpp.

◆ MemoryFdPropertiesKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::MemoryFdPropertiesKHR::MemoryFdPropertiesKHR ( MemoryFdPropertiesKHR const &  rhs)
default

◆ MemoryFdPropertiesKHR() [3/3]

vk::MemoryFdPropertiesKHR::MemoryFdPropertiesKHR ( VkMemoryFdPropertiesKHR const &  rhs)
inline

Definition at line 51025 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryFdPropertiesKHR &()

vk::MemoryFdPropertiesKHR::operator VkMemoryFdPropertiesKHR & ( )
inline

Definition at line 51044 of file vulkan_structs.hpp.

◆ operator VkMemoryFdPropertiesKHR const &()

vk::MemoryFdPropertiesKHR::operator VkMemoryFdPropertiesKHR const & ( ) const
inline

Definition at line 51039 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::MemoryFdPropertiesKHR::operator!= ( MemoryFdPropertiesKHR const &  rhs) const
inline

Definition at line 51073 of file vulkan_structs.hpp.

◆ operator=() [1/2]

MemoryFdPropertiesKHR& vk::MemoryFdPropertiesKHR::operator= ( MemoryFdPropertiesKHR const &  rhs)
default

◆ operator=() [2/2]

MemoryFdPropertiesKHR& vk::MemoryFdPropertiesKHR::operator= ( VkMemoryFdPropertiesKHR const &  rhs)
inline

Definition at line 51033 of file vulkan_structs.hpp.

◆ operator==()

bool vk::MemoryFdPropertiesKHR::operator== ( MemoryFdPropertiesKHR const &  rhs) const
inline

Definition at line 51064 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::MemoryFdPropertiesKHR::allowDuplicate = false
static

Definition at line 51013 of file vulkan_structs.hpp.

◆ memoryTypeBits

uint32_t vk::MemoryFdPropertiesKHR::memoryTypeBits = {}

Definition at line 51082 of file vulkan_structs.hpp.

◆ pNext

void* vk::MemoryFdPropertiesKHR::pNext = {}

Definition at line 51081 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryFdPropertiesKHR::structureType = StructureType::eMemoryFdPropertiesKHR
static

Definition at line 51014 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryFdPropertiesKHR::sType = StructureType::eMemoryFdPropertiesKHR

Definition at line 51080 of file vulkan_structs.hpp.


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