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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::BindImageMemoryInfo:
[legend]

Public Member Functions

 BindImageMemoryInfo (Image image_=Image(), DeviceMemory memory_=DeviceMemory(), DeviceSize memoryOffset_=0)
 
 BindImageMemoryInfo (VkBindImageMemoryInfo const &rhs)
 
BindImageMemoryInfooperator= (VkBindImageMemoryInfo const &rhs)
 
BindImageMemoryInfosetPNext (const void *pNext_)
 
BindImageMemoryInfosetImage (Image image_)
 
BindImageMemoryInfosetMemory (DeviceMemory memory_)
 
BindImageMemoryInfosetMemoryOffset (DeviceSize memoryOffset_)
 
 operator const VkBindImageMemoryInfo & () const
 
bool operator== (BindImageMemoryInfo const &rhs) const
 
bool operator!= (BindImageMemoryInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Image image
 
DeviceMemory memory
 
DeviceSize memoryOffset
 

Private Attributes

StructureType sType = StructureType::eBindImageMemoryInfo
 

Constructor & Destructor Documentation

◆ BindImageMemoryInfo() [1/2]

VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::BindImageMemoryInfo ( Image  image_ = Image(),
DeviceMemory  memory_ = DeviceMemory(),
DeviceSize  memoryOffset_ = 0 
)
inline

◆ BindImageMemoryInfo() [2/2]

VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::BindImageMemoryInfo ( VkBindImageMemoryInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkBindImageMemoryInfo &()

VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator const VkBindImageMemoryInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setImage()

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

◆ setMemory()

BindImageMemoryInfo& VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::setMemory ( DeviceMemory  memory_)
inline

◆ setMemoryOffset()

BindImageMemoryInfo& VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::setMemoryOffset ( DeviceSize  memoryOffset_)
inline

◆ setPNext()

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

Member Data Documentation

◆ image

Image VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::image

◆ memory

DeviceMemory VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memory

◆ memoryOffset

DeviceSize VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memoryOffset

◆ pNext

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

◆ sType

StructureType VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::sType = StructureType::eBindImageMemoryInfo
private

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