RetroArch
|
#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 const VkBindImagePlaneMemoryInfo & () const | |
bool | operator== (BindImagePlaneMemoryInfo const &rhs) const |
bool | operator!= (BindImagePlaneMemoryInfo const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
ImageAspectFlagBits | planeAspect |
Private Attributes | |
StructureType | sType = StructureType::eBindImagePlaneMemoryInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ImageAspectFlagBits VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::planeAspect |
|
private |