HDK
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkImage |
using | NativeType = VkImage |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Image ()=default |
VULKAN_HPP_CONSTEXPR | Image (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | Image (VkImage image) VULKAN_HPP_NOEXCEPT |
Image & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (Image const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Image const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (Image const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkImage () const VULKAN_HPP_NOEXCEPT |
operator bool () const VULKAN_HPP_NOEXCEPT | |
bool | operator! () const VULKAN_HPP_NOEXCEPT |
Definition at line 2752 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Image::CType = VkImage |
Definition at line 2755 of file vulkan_handles.hpp.
using VULKAN_HPP_NAMESPACE::Image::NativeType = VkImage |
Definition at line 2756 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2764 of file vulkan_handles.hpp.
|
inline |
Definition at line 2765 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2805 of file vulkan_handles.hpp.
|
inline |
Definition at line 2800 of file vulkan_handles.hpp.
|
inline |
Definition at line 2810 of file vulkan_handles.hpp.
|
inline |
Definition at line 2789 of file vulkan_handles.hpp.
|
inline |
Definition at line 2794 of file vulkan_handles.hpp.
|
inline |
Definition at line 2775 of file vulkan_handles.hpp.
|
inline |
Definition at line 2784 of file vulkan_handles.hpp.
|
static |
Definition at line 2759 of file vulkan_handles.hpp.
|
static |
Definition at line 2758 of file vulkan_handles.hpp.