Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkPrivateDataSlot |
using | NativeType = VkPrivateDataSlot |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PrivateDataSlot ()=default |
VULKAN_HPP_CONSTEXPR | PrivateDataSlot (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | PrivateDataSlot (VkPrivateDataSlot privateDataSlot) VULKAN_HPP_NOEXCEPT |
PrivateDataSlot & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (PrivateDataSlot const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkPrivateDataSlot () 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::ePrivateDataSlot |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 7927 of file vulkan_handles.hpp.
Definition at line 7930 of file vulkan_handles.hpp.
Definition at line 7931 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 7940 of file vulkan_handles.hpp.
|
inline |
Definition at line 7942 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7982 of file vulkan_handles.hpp.
|
inline |
Definition at line 7977 of file vulkan_handles.hpp.
|
inline |
Definition at line 7987 of file vulkan_handles.hpp.
|
inline |
Definition at line 7966 of file vulkan_handles.hpp.
|
inline |
Definition at line 7971 of file vulkan_handles.hpp.
|
inline |
Definition at line 7952 of file vulkan_handles.hpp.
|
inline |
Definition at line 7961 of file vulkan_handles.hpp.
|
static |
Definition at line 7934 of file vulkan_handles.hpp.
|
static |
Definition at line 7933 of file vulkan_handles.hpp.