SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ImageView () |
VULKAN_HPP_CONSTEXPR | ImageView (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | ImageView (VkImageView imageView) |
ImageView & | operator= (std::nullptr_t) |
bool | operator== (ImageView const &rhs) const |
bool | operator!= (ImageView const &rhs) const |
bool | operator< (ImageView const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkImageView () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkImageView | m_imageView |
Definition at line 3279 of file vulkan.hpp.
|
inline |
Definition at line 3282 of file vulkan.hpp.
|
inline |
Definition at line 3286 of file vulkan.hpp.
|
inline |
Definition at line 3290 of file vulkan.hpp.
|
inlineexplicit |
|
inline |
Definition at line 3325 of file vulkan.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 3341 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().