|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo:Public Member Functions | |
| MemoryDedicatedAllocateInfo (Image image_=Image(), Buffer buffer_=Buffer()) | |
| MemoryDedicatedAllocateInfo (VkMemoryDedicatedAllocateInfo const &rhs) | |
| MemoryDedicatedAllocateInfo & | operator= (VkMemoryDedicatedAllocateInfo const &rhs) |
| MemoryDedicatedAllocateInfo & | setPNext (const void *pNext_) |
| MemoryDedicatedAllocateInfo & | setImage (Image image_) |
| MemoryDedicatedAllocateInfo & | setBuffer (Buffer buffer_) |
| operator VkMemoryDedicatedAllocateInfo const & () const | |
| operator VkMemoryDedicatedAllocateInfo & () | |
| bool | operator== (MemoryDedicatedAllocateInfo const &rhs) const |
| bool | operator!= (MemoryDedicatedAllocateInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Image | image |
| Buffer | buffer |
Private Attributes | |
| StructureType | sType = StructureType::eMemoryDedicatedAllocateInfo |
Definition at line 16143 of file vulkan.hpp.
|
inline |
Definition at line 16145 of file vulkan.hpp.
|
inline |
Definition at line 16152 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 16185 of file vulkan.hpp.
|
inline |
Definition at line 16180 of file vulkan.hpp.
|
inline |
Definition at line 16198 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
|
inline |
Definition at line 16174 of file vulkan.hpp.
|
inline |
Definition at line 16168 of file vulkan.hpp.
|
inline |
Definition at line 16162 of file vulkan.hpp.
References pNext.
| Buffer VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::buffer |
Definition at line 16209 of file vulkan.hpp.
Referenced by operator==().
| Image VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::image |
Definition at line 16208 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::pNext = nullptr |
Definition at line 16207 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 16204 of file vulkan.hpp.
Referenced by operator==().