Vulkan-Hpp
vk::MemoryDedicatedAllocateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryDedicatedAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo (vk::Image image_={}, vk::Buffer buffer_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo (MemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryDedicatedAllocateInfo (VkMemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryDedicatedAllocateInfooperator= (MemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryDedicatedAllocateInfooperator= (VkMemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfosetImage (vk::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfosetBuffer (vk::Buffer buffer_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryDedicatedAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryDedicatedAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryDedicatedAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryDedicatedAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eMemoryDedicatedAllocateInfo
 
const void * pNext = {}
 
vk::Image image = {}
 
vk::Buffer buffer = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 50812 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryDedicatedAllocateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( vk::Image  image_ = {},
vk::Buffer  buffer_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 50820 of file vulkan_structs.hpp.

◆ MemoryDedicatedAllocateInfo() [2/3]

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

◆ MemoryDedicatedAllocateInfo() [3/3]

vk::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( VkMemoryDedicatedAllocateInfo const &  rhs)
inline

Definition at line 50831 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryDedicatedAllocateInfo &()

vk::MemoryDedicatedAllocateInfo::operator VkMemoryDedicatedAllocateInfo & ( )
inline

Definition at line 50870 of file vulkan_structs.hpp.

◆ operator VkMemoryDedicatedAllocateInfo const &()

vk::MemoryDedicatedAllocateInfo::operator VkMemoryDedicatedAllocateInfo const & ( ) const
inline

Definition at line 50865 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 50899 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryDedicatedAllocateInfo& vk::MemoryDedicatedAllocateInfo::operator= ( VkMemoryDedicatedAllocateInfo const &  rhs)
inline

Definition at line 50839 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 50890 of file vulkan_structs.hpp.

◆ setBuffer()

VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfo& vk::MemoryDedicatedAllocateInfo::setBuffer ( vk::Buffer  buffer_)
inline

Definition at line 50858 of file vulkan_structs.hpp.

◆ setImage()

VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfo& vk::MemoryDedicatedAllocateInfo::setImage ( vk::Image  image_)
inline

Definition at line 50852 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfo& vk::MemoryDedicatedAllocateInfo::setPNext ( const void *  pNext_)
inline

Definition at line 50846 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 50816 of file vulkan_structs.hpp.

◆ buffer

vk::Buffer vk::MemoryDedicatedAllocateInfo::buffer = {}

Definition at line 50909 of file vulkan_structs.hpp.

◆ image

vk::Image vk::MemoryDedicatedAllocateInfo::image = {}

Definition at line 50908 of file vulkan_structs.hpp.

◆ pNext

const void* vk::MemoryDedicatedAllocateInfo::pNext = {}

Definition at line 50907 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::MemoryDedicatedAllocateInfo::structureType = StructureType::eMemoryDedicatedAllocateInfo
static

Definition at line 50817 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryDedicatedAllocateInfo::sType = StructureType::eMemoryDedicatedAllocateInfo

Definition at line 50906 of file vulkan_structs.hpp.


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