Vulkan-Hpp
vk::ImageView Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkImageView
 
using NativeType = VkImageView
 

Public Member Functions

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

Static Public Attributes

static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType objectType = vk::ObjectType::eImageView
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 3395 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 3398 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 3399 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ ImageView() [1/3]

VULKAN_HPP_CONSTEXPR vk::ImageView::ImageView ( )
default

◆ ImageView() [2/3]

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

Definition at line 3408 of file vulkan_handles.hpp.

◆ ImageView() [3/3]

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

Definition at line 3410 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 3450 of file vulkan_handles.hpp.

◆ operator VkImageView()

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

Definition at line 3445 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 3455 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::ImageView::operator!= ( ImageView const &  rhs) const
inline

Definition at line 3434 of file vulkan_handles.hpp.

◆ operator<()

bool vk::ImageView::operator< ( ImageView const &  rhs) const
inline

Definition at line 3439 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 3420 of file vulkan_handles.hpp.

◆ operator==()

bool vk::ImageView::operator== ( ImageView const &  rhs) const
inline

Definition at line 3429 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::ImageView::debugReportObjectType
static

◆ objectType

Definition at line 3401 of file vulkan_handles.hpp.


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