RetroArch
|
#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 |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |