SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Buffer () |
VULKAN_HPP_CONSTEXPR | Buffer (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | Buffer (VkBuffer buffer) |
Buffer & | operator= (std::nullptr_t) |
bool | operator== (Buffer const &rhs) const |
bool | operator!= (Buffer const &rhs) const |
bool | operator< (Buffer const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkBuffer () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkBuffer | m_buffer |
Definition at line 3078 of file vulkan.hpp.
|
inline |
Definition at line 3081 of file vulkan.hpp.
|
inline |
Definition at line 3085 of file vulkan.hpp.
|
inline |
Definition at line 3089 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3129 of file vulkan.hpp.
References m_buffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 3124 of file vulkan.hpp.
References m_buffer.
|
inline |
Definition at line 3134 of file vulkan.hpp.
References m_buffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 3112 of file vulkan.hpp.
References m_buffer.
|
inline |
Definition at line 3117 of file vulkan.hpp.
References m_buffer.
|
inline |
Definition at line 3101 of file vulkan.hpp.
References m_buffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 3107 of file vulkan.hpp.
References m_buffer.
|
private |
Definition at line 3140 of file vulkan.hpp.
Referenced by operator bool(), operator VkBuffer(), operator!(), operator!=(), operator<(), operator=(), and operator==().