RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo:
[legend]

Public Member Functions

 MemoryDedicatedAllocateInfo (Image image_=Image(), Buffer buffer_=Buffer())
 
 MemoryDedicatedAllocateInfo (VkMemoryDedicatedAllocateInfo const &rhs)
 
MemoryDedicatedAllocateInfooperator= (VkMemoryDedicatedAllocateInfo const &rhs)
 
MemoryDedicatedAllocateInfosetPNext (const void *pNext_)
 
MemoryDedicatedAllocateInfosetImage (Image image_)
 
MemoryDedicatedAllocateInfosetBuffer (Buffer buffer_)
 
 operator const VkMemoryDedicatedAllocateInfo & () const
 
bool operator== (MemoryDedicatedAllocateInfo const &rhs) const
 
bool operator!= (MemoryDedicatedAllocateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Image image
 
Buffer buffer
 

Private Attributes

StructureType sType = StructureType::eMemoryDedicatedAllocateInfo
 

Constructor & Destructor Documentation

◆ MemoryDedicatedAllocateInfo() [1/2]

VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( Image  image_ = Image(),
Buffer  buffer_ = Buffer() 
)
inline

◆ MemoryDedicatedAllocateInfo() [2/2]

VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( VkMemoryDedicatedAllocateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkMemoryDedicatedAllocateInfo &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator!= ( MemoryDedicatedAllocateInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator= ( VkMemoryDedicatedAllocateInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator== ( MemoryDedicatedAllocateInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setBuffer()

MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::setBuffer ( Buffer  buffer_)
inline

◆ setImage()

MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::setImage ( Image  image_)
inline

◆ setPNext()

MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ buffer

Buffer VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::buffer

◆ image

Image VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::image

◆ pNext

const void* VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::sType = StructureType::eMemoryDedicatedAllocateInfo
private

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