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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMemoryProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties2 (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMemoryProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::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 62782 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 62790 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::PhysicalDeviceMemoryProperties2 ( PhysicalDeviceMemoryProperties2 const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::PhysicalDeviceMemoryProperties2 ( VkPhysicalDeviceMemoryProperties2 const rhs)
inline

Definition at line 62799 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 62818 of file vulkan_structs.hpp.

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

Definition at line 62813 of file vulkan_structs.hpp.

PhysicalDeviceMemoryProperties2& VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::operator= ( PhysicalDeviceMemoryProperties2 const rhs)
default
PhysicalDeviceMemoryProperties2& VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::operator= ( VkPhysicalDeviceMemoryProperties2 const rhs)
inline

Definition at line 62807 of file vulkan_structs.hpp.

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

Definition at line 62838 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 62786 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::memoryProperties = {}

Definition at line 62856 of file vulkan_structs.hpp.

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

Definition at line 62855 of file vulkan_structs.hpp.

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

Definition at line 62787 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::sType = StructureType::ePhysicalDeviceMemoryProperties2

Definition at line 62854 of file vulkan_structs.hpp.


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