Vulkan-Hpp
vk::PhysicalDeviceExternalMemoryHostPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceExternalMemoryHostPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalMemoryHostPropertiesEXT (vk::DeviceSize minImportedHostPointerAlignment_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceExternalMemoryHostPropertiesEXT (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceExternalMemoryHostPropertiesEXT (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceExternalMemoryHostPropertiesEXToperator= (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceExternalMemoryHostPropertiesEXToperator= (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT
 
void * pNext = {}
 
vk::DeviceSize minImportedHostPointerAlignment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 64782 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::PhysicalDeviceExternalMemoryHostPropertiesEXT ( vk::DeviceSize  minImportedHostPointerAlignment_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 64790 of file vulkan_structs.hpp.

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [2/3]

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

◆ PhysicalDeviceExternalMemoryHostPropertiesEXT() [3/3]

vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::PhysicalDeviceExternalMemoryHostPropertiesEXT ( VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &  rhs)
inline

Definition at line 64800 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT &()

vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT & ( )
inline

Definition at line 64819 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &()

vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const & ( ) const
inline

Definition at line 64814 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 64848 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceExternalMemoryHostPropertiesEXT& vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::operator= ( VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &  rhs)
inline

Definition at line 64808 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 64839 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 64786 of file vulkan_structs.hpp.

◆ minImportedHostPointerAlignment

vk::DeviceSize vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::minImportedHostPointerAlignment = {}

Definition at line 64857 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 64856 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::structureType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT
static

Definition at line 64787 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceExternalMemoryHostPropertiesEXT::sType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT

Definition at line 64855 of file vulkan_structs.hpp.


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