Vulkan-Hpp
|
#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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eImage |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3650 of file vulkan_handles.hpp.
using vk::Image::CType = VkImage |
Definition at line 3653 of file vulkan_handles.hpp.
using vk::Image::NativeType = VkImage |
Definition at line 3654 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3663 of file vulkan_handles.hpp.
|
inline |
Definition at line 3665 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3705 of file vulkan_handles.hpp.
|
inline |
Definition at line 3700 of file vulkan_handles.hpp.
|
inline |
Definition at line 3710 of file vulkan_handles.hpp.
|
inline |
Definition at line 3689 of file vulkan_handles.hpp.
|
inline |
Definition at line 3694 of file vulkan_handles.hpp.
|
inline |
Definition at line 3675 of file vulkan_handles.hpp.
|
inline |
Definition at line 3684 of file vulkan_handles.hpp.
|
static |
Definition at line 3657 of file vulkan_handles.hpp.
|
static |
Definition at line 3656 of file vulkan_handles.hpp.