SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ImageMemoryRequirementsInfo2 (Image image_=Image()) | |
ImageMemoryRequirementsInfo2 (VkImageMemoryRequirementsInfo2 const &rhs) | |
ImageMemoryRequirementsInfo2 & | operator= (VkImageMemoryRequirementsInfo2 const &rhs) |
ImageMemoryRequirementsInfo2 & | setPNext (const void *pNext_) |
ImageMemoryRequirementsInfo2 & | setImage (Image image_) |
operator VkImageMemoryRequirementsInfo2 const & () const | |
operator VkImageMemoryRequirementsInfo2 & () | |
bool | operator== (ImageMemoryRequirementsInfo2 const &rhs) const |
bool | operator!= (ImageMemoryRequirementsInfo2 const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Image | image |
Private Attributes | |
StructureType | sType = StructureType::eImageMemoryRequirementsInfo2 |
Definition at line 15947 of file vulkan.hpp.
|
inline |
Definition at line 15949 of file vulkan.hpp.
|
inline |
Definition at line 15954 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15981 of file vulkan.hpp.
|
inline |
Definition at line 15976 of file vulkan.hpp.
|
inline |
Definition at line 15993 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 15986 of file vulkan.hpp.
References image, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 15970 of file vulkan.hpp.
|
inline |
Definition at line 15964 of file vulkan.hpp.
References pNext.
Image VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2::image |
Definition at line 16003 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2::pNext = nullptr |
Definition at line 16002 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 15999 of file vulkan.hpp.
Referenced by operator==().