Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkDescriptorSet |
using | NativeType = VkDescriptorSet |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorSet ()=default |
VULKAN_HPP_CONSTEXPR | DescriptorSet (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorSet (VkDescriptorSet descriptorSet) VULKAN_HPP_NOEXCEPT |
DescriptorSet & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (DescriptorSet const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DescriptorSet const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (DescriptorSet const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorSet () 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::eDescriptorSet |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3308 of file vulkan_handles.hpp.
Definition at line 3311 of file vulkan_handles.hpp.
Definition at line 3312 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3321 of file vulkan_handles.hpp.
|
inline |
Definition at line 3323 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3363 of file vulkan_handles.hpp.
|
inline |
Definition at line 3358 of file vulkan_handles.hpp.
|
inline |
Definition at line 3368 of file vulkan_handles.hpp.
|
inline |
Definition at line 3347 of file vulkan_handles.hpp.
|
inline |
Definition at line 3352 of file vulkan_handles.hpp.
|
inline |
Definition at line 3333 of file vulkan_handles.hpp.
|
inline |
Definition at line 3342 of file vulkan_handles.hpp.
|
static |
Definition at line 3315 of file vulkan_handles.hpp.
|
static |
Definition at line 3314 of file vulkan_handles.hpp.