|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV:Public Member Functions | |
| DedicatedAllocationMemoryAllocateInfoNV (Image image_=Image(), Buffer buffer_=Buffer()) | |
| DedicatedAllocationMemoryAllocateInfoNV (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs) | |
| DedicatedAllocationMemoryAllocateInfoNV & | operator= (VkDedicatedAllocationMemoryAllocateInfoNV const &rhs) |
| DedicatedAllocationMemoryAllocateInfoNV & | setPNext (const void *pNext_) |
| DedicatedAllocationMemoryAllocateInfoNV & | setImage (Image image_) |
| DedicatedAllocationMemoryAllocateInfoNV & | setBuffer (Buffer buffer_) |
| operator VkDedicatedAllocationMemoryAllocateInfoNV const & () const | |
| operator VkDedicatedAllocationMemoryAllocateInfoNV & () | |
| bool | operator== (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const |
| bool | operator!= (DedicatedAllocationMemoryAllocateInfoNV const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Image | image |
| Buffer | buffer |
Private Attributes | |
| StructureType | sType = StructureType::eDedicatedAllocationMemoryAllocateInfoNV |
Definition at line 12624 of file vulkan.hpp.
|
inline |
Definition at line 12626 of file vulkan.hpp.
|
inline |
Definition at line 12633 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12666 of file vulkan.hpp.
|
inline |
Definition at line 12661 of file vulkan.hpp.
|
inline |
Definition at line 12679 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
|
inline |
Definition at line 12655 of file vulkan.hpp.
|
inline |
Definition at line 12649 of file vulkan.hpp.
|
inline |
Definition at line 12643 of file vulkan.hpp.
References pNext.
| Buffer VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::buffer |
Definition at line 12690 of file vulkan.hpp.
Referenced by operator==().
| Image VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::image |
Definition at line 12689 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::DedicatedAllocationMemoryAllocateInfoNV::pNext = nullptr |
Definition at line 12688 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 12685 of file vulkan.hpp.
Referenced by operator==().