Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkBufferView |
using | NativeType = VkBufferView |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | BufferView ()=default |
VULKAN_HPP_CONSTEXPR | BufferView (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | BufferView (VkBufferView bufferView) VULKAN_HPP_NOEXCEPT |
BufferView & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (BufferView const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (BufferView const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (BufferView const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkBufferView () 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::eBufferView |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 6966 of file vulkan_handles.hpp.
using vk::BufferView::CType = VkBufferView |
Definition at line 6969 of file vulkan_handles.hpp.
Definition at line 6970 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 6979 of file vulkan_handles.hpp.
|
inline |
Definition at line 6981 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7021 of file vulkan_handles.hpp.
|
inline |
Definition at line 7016 of file vulkan_handles.hpp.
|
inline |
Definition at line 7026 of file vulkan_handles.hpp.
|
inline |
Definition at line 7005 of file vulkan_handles.hpp.
|
inline |
Definition at line 7010 of file vulkan_handles.hpp.
|
inline |
Definition at line 6991 of file vulkan_handles.hpp.
|
inline |
Definition at line 7000 of file vulkan_handles.hpp.
|
static |
Definition at line 6973 of file vulkan_handles.hpp.
|
static |
Definition at line 6972 of file vulkan_handles.hpp.