|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkImageView |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | ImageView () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | ImageView (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | ImageView (VkImageView imageView) VULKAN_HPP_NOEXCEPT |
| ImageView & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (ImageView const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (ImageView const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (ImageView const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkImageView () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkImageView | m_imageView |
Definition at line 28863 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::ImageView::CType = VkImageView |
Definition at line 28866 of file vulkan.hpp.
|
inline |
Definition at line 28872 of file vulkan.hpp.
|
inline |
Definition at line 28876 of file vulkan.hpp.
|
inline |
Definition at line 28880 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 28922 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28917 of file vulkan.hpp.
|
inline |
Definition at line 28927 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28906 of file vulkan.hpp.
|
inline |
Definition at line 28911 of file vulkan.hpp.
|
inline |
Definition at line 28892 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 28901 of file vulkan.hpp.
|
static |
Definition at line 28869 of file vulkan.hpp.
|
private |
Definition at line 28933 of file vulkan.hpp.
|
static |
Definition at line 28868 of file vulkan.hpp.