RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
BindImageMemoryInfo (Image image_=Image(), DeviceMemory memory_=DeviceMemory(), DeviceSize memoryOffset_=0) | |
BindImageMemoryInfo (VkBindImageMemoryInfo const &rhs) | |
BindImageMemoryInfo & | operator= (VkBindImageMemoryInfo const &rhs) |
BindImageMemoryInfo & | setPNext (const void *pNext_) |
BindImageMemoryInfo & | setImage (Image image_) |
BindImageMemoryInfo & | setMemory (DeviceMemory memory_) |
BindImageMemoryInfo & | setMemoryOffset (DeviceSize memoryOffset_) |
operator const VkBindImageMemoryInfo & () const | |
bool | operator== (BindImageMemoryInfo const &rhs) const |
bool | operator!= (BindImageMemoryInfo const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
Image | image |
DeviceMemory | memory |
DeviceSize | memoryOffset |
Private Attributes | |
StructureType | sType = StructureType::eBindImageMemoryInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Image VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::image |
DeviceMemory VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memory |
DeviceSize VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memoryOffset |
|
private |