SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
BindImagePlaneMemoryInfo (ImageAspectFlagBits planeAspect_=ImageAspectFlagBits::eColor) | |
BindImagePlaneMemoryInfo (VkBindImagePlaneMemoryInfo const &rhs) | |
BindImagePlaneMemoryInfo & | operator= (VkBindImagePlaneMemoryInfo const &rhs) |
BindImagePlaneMemoryInfo & | setPNext (const void *pNext_) |
BindImagePlaneMemoryInfo & | setPlaneAspect (ImageAspectFlagBits planeAspect_) |
operator VkBindImagePlaneMemoryInfo const & () const | |
operator VkBindImagePlaneMemoryInfo & () | |
bool | operator== (BindImagePlaneMemoryInfo const &rhs) const |
bool | operator!= (BindImagePlaneMemoryInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ImageAspectFlagBits | planeAspect |
Private Attributes | |
StructureType | sType = StructureType::eBindImagePlaneMemoryInfo |
Definition at line 25759 of file vulkan.hpp.
|
inline |
Definition at line 25761 of file vulkan.hpp.
|
inline |
Definition at line 25766 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25793 of file vulkan.hpp.
|
inline |
Definition at line 25788 of file vulkan.hpp.
|
inline |
Definition at line 25805 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 25771 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25798 of file vulkan.hpp.
References planeAspect, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 25782 of file vulkan.hpp.
References planeAspect.
|
inline |
Definition at line 25776 of file vulkan.hpp.
References pNext.
ImageAspectFlagBits VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::planeAspect |
Definition at line 25815 of file vulkan.hpp.
Referenced by operator==(), and setPlaneAspect().
const void* VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::pNext = nullptr |
Definition at line 25814 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 25811 of file vulkan.hpp.
Referenced by operator==().