Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkBuffer |
using | NativeType = VkBuffer |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Buffer ()=default |
VULKAN_HPP_CONSTEXPR | Buffer (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | Buffer (VkBuffer buffer) VULKAN_HPP_NOEXCEPT |
Buffer & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (Buffer const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Buffer const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (Buffer const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkBuffer () const VULKAN_HPP_NOEXCEPT |
operator bool () const VULKAN_HPP_NOEXCEPT | |
bool | operator! () const VULKAN_HPP_NOEXCEPT |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eBuffer |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3134 of file vulkan_handles.hpp.
using vk::Buffer::CType = VkBuffer |
Definition at line 3137 of file vulkan_handles.hpp.
using vk::Buffer::NativeType = VkBuffer |
Definition at line 3138 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3147 of file vulkan_handles.hpp.
|
inline |
Definition at line 3149 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3189 of file vulkan_handles.hpp.
|
inline |
Definition at line 3184 of file vulkan_handles.hpp.
|
inline |
Definition at line 3194 of file vulkan_handles.hpp.
|
inline |
Definition at line 3173 of file vulkan_handles.hpp.
|
inline |
Definition at line 3178 of file vulkan_handles.hpp.
|
inline |
Definition at line 3159 of file vulkan_handles.hpp.
|
inline |
Definition at line 3168 of file vulkan_handles.hpp.
|
static |
Definition at line 3141 of file vulkan_handles.hpp.
|
static |
Definition at line 3140 of file vulkan_handles.hpp.