Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkDescriptorSetLayout |
using | NativeType = VkDescriptorSetLayout |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorSetLayout ()=default |
VULKAN_HPP_CONSTEXPR | DescriptorSetLayout (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorSetLayout (VkDescriptorSetLayout descriptorSetLayout) VULKAN_HPP_NOEXCEPT |
DescriptorSetLayout & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorSetLayout () 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::eDescriptorSetLayout |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 7666 of file vulkan_handles.hpp.
Definition at line 7669 of file vulkan_handles.hpp.
Definition at line 7670 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 7679 of file vulkan_handles.hpp.
|
inline |
Definition at line 7681 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7724 of file vulkan_handles.hpp.
|
inline |
Definition at line 7719 of file vulkan_handles.hpp.
|
inline |
Definition at line 7729 of file vulkan_handles.hpp.
|
inline |
Definition at line 7708 of file vulkan_handles.hpp.
|
inline |
Definition at line 7713 of file vulkan_handles.hpp.
|
inline |
Definition at line 7694 of file vulkan_handles.hpp.
|
inline |
Definition at line 7703 of file vulkan_handles.hpp.
|
static |
Definition at line 7673 of file vulkan_handles.hpp.
|
static |
Definition at line 7672 of file vulkan_handles.hpp.