HDK
|
#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 |
ImageView & | operator= (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 |
Definition at line 2582 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::ImageView::CType = VkImageView |
Definition at line 2585 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::ImageView::NativeType = VkImageView |
Definition at line 2586 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2594 of file vulkan_handles.hpp.
|
inline |
Definition at line 2595 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2635 of file vulkan_handles.hpp.
|
inline |
Definition at line 2630 of file vulkan_handles.hpp.
|
inline |
Definition at line 2640 of file vulkan_handles.hpp.
|
inline |
Definition at line 2619 of file vulkan_handles.hpp.
|
inline |
Definition at line 2624 of file vulkan_handles.hpp.
|
inline |
Definition at line 2605 of file vulkan_handles.hpp.
|
inline |
Definition at line 2614 of file vulkan_handles.hpp.
|
static |
Definition at line 2589 of file vulkan_handles.hpp.
|
static |
Definition at line 2588 of file vulkan_handles.hpp.