Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkDescriptorPool |
using | NativeType = VkDescriptorPool |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorPool ()=default |
VULKAN_HPP_CONSTEXPR | DescriptorPool (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorPool (VkDescriptorPool descriptorPool) VULKAN_HPP_NOEXCEPT |
DescriptorPool & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (DescriptorPool const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DescriptorPool const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (DescriptorPool const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorPool () 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::eDescriptorPool |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 7579 of file vulkan_handles.hpp.
Definition at line 7582 of file vulkan_handles.hpp.
Definition at line 7583 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 7592 of file vulkan_handles.hpp.
|
inline |
Definition at line 7594 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7634 of file vulkan_handles.hpp.
|
inline |
Definition at line 7629 of file vulkan_handles.hpp.
|
inline |
Definition at line 7639 of file vulkan_handles.hpp.
|
inline |
Definition at line 7618 of file vulkan_handles.hpp.
|
inline |
Definition at line 7623 of file vulkan_handles.hpp.
|
inline |
Definition at line 7604 of file vulkan_handles.hpp.
|
inline |
Definition at line 7613 of file vulkan_handles.hpp.
|
static |
Definition at line 7586 of file vulkan_handles.hpp.
|
static |
Definition at line 7585 of file vulkan_handles.hpp.