Vulkan-Hpp
vk::PhysicalDeviceMemoryProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMemoryProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties2 (vk::PhysicalDeviceMemoryProperties memoryProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties2 (PhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMemoryProperties2 (VkPhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMemoryProperties2operator= (PhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMemoryProperties2operator= (VkPhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMemoryProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMemoryProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMemoryProperties2
 
void * pNext = {}
 
vk::PhysicalDeviceMemoryProperties memoryProperties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 72408 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMemoryProperties2() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceMemoryProperties2::PhysicalDeviceMemoryProperties2 ( vk::PhysicalDeviceMemoryProperties  memoryProperties_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 72416 of file vulkan_structs.hpp.

◆ PhysicalDeviceMemoryProperties2() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceMemoryProperties2::PhysicalDeviceMemoryProperties2 ( PhysicalDeviceMemoryProperties2 const &  rhs)
default

◆ PhysicalDeviceMemoryProperties2() [3/3]

vk::PhysicalDeviceMemoryProperties2::PhysicalDeviceMemoryProperties2 ( VkPhysicalDeviceMemoryProperties2 const &  rhs)
inline

Definition at line 72425 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMemoryProperties2 &()

vk::PhysicalDeviceMemoryProperties2::operator VkPhysicalDeviceMemoryProperties2 & ( )
inline

Definition at line 72444 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMemoryProperties2 const &()

vk::PhysicalDeviceMemoryProperties2::operator VkPhysicalDeviceMemoryProperties2 const & ( ) const
inline

Definition at line 72439 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 72473 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMemoryProperties2& vk::PhysicalDeviceMemoryProperties2::operator= ( VkPhysicalDeviceMemoryProperties2 const &  rhs)
inline

Definition at line 72433 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 72464 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 72412 of file vulkan_structs.hpp.

◆ memoryProperties

vk::PhysicalDeviceMemoryProperties vk::PhysicalDeviceMemoryProperties2::memoryProperties = {}

Definition at line 72482 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 72481 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMemoryProperties2::structureType = StructureType::ePhysicalDeviceMemoryProperties2
static

Definition at line 72413 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMemoryProperties2::sType = StructureType::ePhysicalDeviceMemoryProperties2

Definition at line 72480 of file vulkan_structs.hpp.


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