|
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 |
Definition at line 3330 of file vulkan.hpp.
References m_imageView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3325 of file vulkan.hpp.
References m_imageView.
|
inline |
Definition at line 3335 of file vulkan.hpp.
References m_imageView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3313 of file vulkan.hpp.
References m_imageView.
|
inline |
Definition at line 3318 of file vulkan.hpp.
References m_imageView.
|
inline |
Definition at line 3302 of file vulkan.hpp.
References m_imageView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3308 of file vulkan.hpp.
References m_imageView.
|
private |
Definition at line 3341 of file vulkan.hpp.
Referenced by operator bool(), operator VkImageView(), operator!(), operator!=(), operator<(), operator=(), and operator==().