SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorSet () |
VULKAN_HPP_CONSTEXPR | DescriptorSet (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorSet (VkDescriptorSet descriptorSet) |
DescriptorSet & | operator= (std::nullptr_t) |
bool | operator== (DescriptorSet const &rhs) const |
bool | operator!= (DescriptorSet const &rhs) const |
bool | operator< (DescriptorSet const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorSet () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkDescriptorSet | m_descriptorSet |
Definition at line 3614 of file vulkan.hpp.
|
inline |
Definition at line 3617 of file vulkan.hpp.
|
inline |
Definition at line 3621 of file vulkan.hpp.
|
inline |
Definition at line 3625 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3665 of file vulkan.hpp.
References m_descriptorSet, and VK_NULL_HANDLE.
|
inline |
Definition at line 3660 of file vulkan.hpp.
References m_descriptorSet.
|
inline |
Definition at line 3670 of file vulkan.hpp.
References m_descriptorSet, and VK_NULL_HANDLE.
|
inline |
Definition at line 3648 of file vulkan.hpp.
References m_descriptorSet.
|
inline |
Definition at line 3653 of file vulkan.hpp.
References m_descriptorSet.
|
inline |
Definition at line 3637 of file vulkan.hpp.
References m_descriptorSet, and VK_NULL_HANDLE.
|
inline |
Definition at line 3643 of file vulkan.hpp.
References m_descriptorSet.
|
private |
Definition at line 3676 of file vulkan.hpp.
Referenced by operator bool(), operator VkDescriptorSet(), operator!(), operator!=(), operator<(), operator=(), and operator==().