Vulkan-Hpp
vk::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 vk::ObjectType objectType = vk::ObjectType::eImage
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 3650 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 3653 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 3654 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ Image() [1/3]

VULKAN_HPP_CONSTEXPR vk::Image::Image ( )
default

◆ Image() [2/3]

VULKAN_HPP_CONSTEXPR vk::Image::Image ( std::nullptr_t  )
inline

Definition at line 3663 of file vulkan_handles.hpp.

◆ Image() [3/3]

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

Definition at line 3665 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 3705 of file vulkan_handles.hpp.

◆ operator VkImage()

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

Definition at line 3700 of file vulkan_handles.hpp.

◆ operator!()

bool vk::Image::operator! ( ) const
inline

Definition at line 3710 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::Image::operator!= ( Image const &  rhs) const
inline

Definition at line 3689 of file vulkan_handles.hpp.

◆ operator<()

bool vk::Image::operator< ( Image const &  rhs) const
inline

Definition at line 3694 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 3675 of file vulkan_handles.hpp.

◆ operator==()

bool vk::Image::operator== ( Image const &  rhs) const
inline

Definition at line 3684 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

◆ objectType

Definition at line 3656 of file vulkan_handles.hpp.


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