Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eImageView |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3395 of file vulkan_handles.hpp.
using vk::ImageView::CType = VkImageView |
Definition at line 3398 of file vulkan_handles.hpp.
using vk::ImageView::NativeType = VkImageView |
Definition at line 3399 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3408 of file vulkan_handles.hpp.
|
inline |
Definition at line 3410 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3450 of file vulkan_handles.hpp.
|
inline |
Definition at line 3445 of file vulkan_handles.hpp.
|
inline |
Definition at line 3455 of file vulkan_handles.hpp.
|
inline |
Definition at line 3434 of file vulkan_handles.hpp.
|
inline |
Definition at line 3439 of file vulkan_handles.hpp.
|
inline |
Definition at line 3420 of file vulkan_handles.hpp.
|
inline |
Definition at line 3429 of file vulkan_handles.hpp.
|
static |
Definition at line 3402 of file vulkan_handles.hpp.
|
static |
Definition at line 3401 of file vulkan_handles.hpp.