SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorPool () |
VULKAN_HPP_CONSTEXPR | DescriptorPool (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorPool (VkDescriptorPool descriptorPool) |
DescriptorPool & | operator= (std::nullptr_t) |
bool | operator== (DescriptorPool const &rhs) const |
bool | operator!= (DescriptorPool const &rhs) const |
bool | operator< (DescriptorPool const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorPool () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkDescriptorPool | m_descriptorPool |
Definition at line 3748 of file vulkan.hpp.
|
inline |
Definition at line 3751 of file vulkan.hpp.
|
inline |
Definition at line 3755 of file vulkan.hpp.
|
inline |
Definition at line 3759 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3799 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3794 of file vulkan.hpp.
|
inline |
Definition at line 3804 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3782 of file vulkan.hpp.
References m_descriptorPool.
|
inline |
Definition at line 3787 of file vulkan.hpp.
References m_descriptorPool.
|
inline |
Definition at line 3771 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3777 of file vulkan.hpp.
References m_descriptorPool.
|
private |
Definition at line 3810 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().