RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::ImageView Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR ImageView ()
 
VULKAN_HPP_CONSTEXPR ImageView (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT ImageView (VkImageView imageView)
 
ImageViewoperator= (std::nullptr_t)
 
bool operator== (ImageView const &rhs) const
 
bool operator!= (ImageView const &rhs) const
 
bool operator< (ImageView const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkImageView () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkImageView m_imageView
 

Constructor & Destructor Documentation

◆ ImageView() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageView::ImageView ( )
inline

◆ ImageView() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageView::ImageView ( std::nullptr_t  )
inline

◆ ImageView() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::ImageView::ImageView ( VkImageView  imageView)
inline

Member Function Documentation

◆ operator bool()

VULKAN_HPP_NAMESPACE::ImageView::operator bool ( ) const
inlineexplicit

◆ operator VkImageView()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::ImageView::operator VkImageView ( ) const
inline

◆ operator!()

bool VULKAN_HPP_NAMESPACE::ImageView::operator! ( ) const
inline

◆ operator!=()

◆ operator<()

bool VULKAN_HPP_NAMESPACE::ImageView::operator< ( ImageView const rhs) const
inline

◆ operator=()

ImageView& VULKAN_HPP_NAMESPACE::ImageView::operator= ( std::nullptr_t  )
inline

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ImageView::operator== ( ImageView const rhs) const
inline

Member Data Documentation

◆ m_imageView

VkImageView VULKAN_HPP_NAMESPACE::ImageView::m_imageView
private

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