SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Image () |
VULKAN_HPP_CONSTEXPR | Image (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | Image (VkImage image) |
Image & | operator= (std::nullptr_t) |
bool | operator== (Image const &rhs) const |
bool | operator!= (Image const &rhs) const |
bool | operator< (Image const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkImage () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkImage | m_image |
Definition at line 3212 of file vulkan.hpp.
|
inline |
Definition at line 3215 of file vulkan.hpp.
|
inline |
Definition at line 3219 of file vulkan.hpp.
|
inline |
Definition at line 3223 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3263 of file vulkan.hpp.
References m_image, and VK_NULL_HANDLE.
|
inline |
|
inline |
Definition at line 3268 of file vulkan.hpp.
References m_image, and VK_NULL_HANDLE.
|
inline |
Definition at line 3246 of file vulkan.hpp.
References m_image.
|
inline |
Definition at line 3251 of file vulkan.hpp.
References m_image.
|
inline |
Definition at line 3235 of file vulkan.hpp.
References m_image, and VK_NULL_HANDLE.
|
inline |
Definition at line 3241 of file vulkan.hpp.
References m_image.
|
private |
Definition at line 3274 of file vulkan.hpp.
Referenced by operator bool(), operator VkImage(), operator!(), operator!=(), operator<(), operator=(), and operator==().