SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | BufferView () |
VULKAN_HPP_CONSTEXPR | BufferView (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | BufferView (VkBufferView bufferView) |
BufferView & | operator= (std::nullptr_t) |
bool | operator== (BufferView const &rhs) const |
bool | operator!= (BufferView const &rhs) const |
bool | operator< (BufferView const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkBufferView () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkBufferView | m_bufferView |
Definition at line 3145 of file vulkan.hpp.
|
inline |
Definition at line 3148 of file vulkan.hpp.
|
inline |
Definition at line 3152 of file vulkan.hpp.
|
inline |
Definition at line 3156 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3196 of file vulkan.hpp.
References m_bufferView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3191 of file vulkan.hpp.
References m_bufferView.
|
inline |
Definition at line 3201 of file vulkan.hpp.
References m_bufferView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3179 of file vulkan.hpp.
References m_bufferView.
|
inline |
Definition at line 3184 of file vulkan.hpp.
References m_bufferView.
|
inline |
Definition at line 3168 of file vulkan.hpp.
References m_bufferView, and VK_NULL_HANDLE.
|
inline |
Definition at line 3174 of file vulkan.hpp.
References m_bufferView.
|
private |
Definition at line 3207 of file vulkan.hpp.
Referenced by operator bool(), operator VkBufferView(), operator!(), operator!=(), operator<(), operator=(), and operator==().