HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::Image Class Reference

#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
 
Imageoperator= (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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eImage
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 2752 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 2755 of file vulkan_handles.hpp.

Definition at line 2756 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Image::Image ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Image::Image ( std::nullptr_t  )
inline

Definition at line 2764 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Image::Image ( VkImage  image)
inline

Definition at line 2765 of file vulkan_handles.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::Image::operator bool ( ) const
inlineexplicit

Definition at line 2805 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::Image::operator VkImage ( ) const
inline

Definition at line 2800 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Image::operator! ( void  ) const
inline

Definition at line 2810 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Image::operator!= ( Image const rhs) const
inline

Definition at line 2789 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Image::operator< ( Image const rhs) const
inline

Definition at line 2794 of file vulkan_handles.hpp.

Image& VULKAN_HPP_NAMESPACE::Image::operator= ( std::nullptr_t  )
inline

Definition at line 2775 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::Image::operator== ( Image const rhs) const
inline

Definition at line 2784 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::Image::debugReportObjectType
static

Definition at line 2758 of file vulkan_handles.hpp.


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