RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo Struct Reference

#include <vulkan.hpp>

Public Member Functions

 BindImagePlaneMemoryInfo (ImageAspectFlagBits planeAspect_=ImageAspectFlagBits::eColor)
 
 BindImagePlaneMemoryInfo (VkBindImagePlaneMemoryInfo const &rhs)
 
BindImagePlaneMemoryInfooperator= (VkBindImagePlaneMemoryInfo const &rhs)
 
BindImagePlaneMemoryInfosetPNext (const void *pNext_)
 
BindImagePlaneMemoryInfosetPlaneAspect (ImageAspectFlagBits planeAspect_)
 
 operator const VkBindImagePlaneMemoryInfo & () const
 
bool operator== (BindImagePlaneMemoryInfo const &rhs) const
 
bool operator!= (BindImagePlaneMemoryInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
ImageAspectFlagBits planeAspect
 

Private Attributes

StructureType sType = StructureType::eBindImagePlaneMemoryInfo
 

Constructor & Destructor Documentation

◆ BindImagePlaneMemoryInfo() [1/2]

VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::BindImagePlaneMemoryInfo ( ImageAspectFlagBits  planeAspect_ = ImageAspectFlagBits::eColor)
inline

◆ BindImagePlaneMemoryInfo() [2/2]

VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::BindImagePlaneMemoryInfo ( VkBindImagePlaneMemoryInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkBindImagePlaneMemoryInfo &()

VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator const VkBindImagePlaneMemoryInfo & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator!= ( BindImagePlaneMemoryInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator= ( VkBindImagePlaneMemoryInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::operator== ( BindImagePlaneMemoryInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setPlaneAspect()

BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::setPlaneAspect ( ImageAspectFlagBits  planeAspect_)
inline

◆ setPNext()

BindImagePlaneMemoryInfo& VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ planeAspect

ImageAspectFlagBits VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::planeAspect

◆ pNext

const void* VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo::sType = StructureType::eBindImagePlaneMemoryInfo
private

The documentation for this struct was generated from the following file: