Vulkan-Hpp
vk::MemoryHostPointerPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryHostPointerPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryHostPointerPropertiesEXT (uint32_t memoryTypeBits_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryHostPointerPropertiesEXT (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryHostPointerPropertiesEXT (VkMemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryHostPointerPropertiesEXToperator= (MemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryHostPointerPropertiesEXToperator= (VkMemoryHostPointerPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryHostPointerPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryHostPointerPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryHostPointerPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryHostPointerPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

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

Static Public Attributes

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

Detailed Description

Definition at line 51703 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryHostPointerPropertiesEXT() [1/3]

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

Definition at line 51711 of file vulkan_structs.hpp.

◆ MemoryHostPointerPropertiesEXT() [2/3]

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

◆ MemoryHostPointerPropertiesEXT() [3/3]

vk::MemoryHostPointerPropertiesEXT::MemoryHostPointerPropertiesEXT ( VkMemoryHostPointerPropertiesEXT const &  rhs)
inline

Definition at line 51719 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryHostPointerPropertiesEXT &()

vk::MemoryHostPointerPropertiesEXT::operator VkMemoryHostPointerPropertiesEXT & ( )
inline

Definition at line 51738 of file vulkan_structs.hpp.

◆ operator VkMemoryHostPointerPropertiesEXT const &()

vk::MemoryHostPointerPropertiesEXT::operator VkMemoryHostPointerPropertiesEXT const & ( ) const
inline

Definition at line 51733 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 51767 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryHostPointerPropertiesEXT& vk::MemoryHostPointerPropertiesEXT::operator= ( VkMemoryHostPointerPropertiesEXT const &  rhs)
inline

Definition at line 51727 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 51758 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 51707 of file vulkan_structs.hpp.

◆ memoryTypeBits

uint32_t vk::MemoryHostPointerPropertiesEXT::memoryTypeBits = {}

Definition at line 51776 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 51775 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryHostPointerPropertiesEXT::structureType = StructureType::eMemoryHostPointerPropertiesEXT
static

Definition at line 51708 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryHostPointerPropertiesEXT::sType = StructureType::eMemoryHostPointerPropertiesEXT

Definition at line 51774 of file vulkan_structs.hpp.


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