SDL
2.0
|
#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 VkBindImageMemoryInfo const & () const | |
operator VkBindImageMemoryInfo & () | |
bool | operator== (BindImageMemoryInfo const &rhs) const |
bool | operator!= (BindImageMemoryInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Image | image |
DeviceMemory | memory |
DeviceSize | memoryOffset |
Private Attributes | |
StructureType | sType = StructureType::eBindImageMemoryInfo |
Definition at line 14348 of file vulkan.hpp.
|
inline |
Definition at line 14350 of file vulkan.hpp.
|
inline |
Definition at line 14359 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14398 of file vulkan.hpp.
|
inline |
Definition at line 14393 of file vulkan.hpp.
|
inline |
Definition at line 14412 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 14364 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14403 of file vulkan.hpp.
References image, memory, memoryOffset, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 14375 of file vulkan.hpp.
|
inline |
Definition at line 14381 of file vulkan.hpp.
|
inline |
Definition at line 14387 of file vulkan.hpp.
References memoryOffset.
|
inline |
Definition at line 14369 of file vulkan.hpp.
References pNext.
Image VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::image |
Definition at line 14422 of file vulkan.hpp.
Referenced by operator==().
DeviceMemory VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memory |
Definition at line 14423 of file vulkan.hpp.
Referenced by operator==().
DeviceSize VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memoryOffset |
Definition at line 14424 of file vulkan.hpp.
Referenced by operator==(), and setMemoryOffset().
const void* VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::pNext = nullptr |
Definition at line 14421 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 14418 of file vulkan.hpp.
Referenced by operator==().