|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkDescriptorSet |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | DescriptorSet () VULKAN_HPP_NOEXCEPT |
| 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 |
Private Attributes | |
| VkDescriptorSet | m_descriptorSet |
Definition at line 26287 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::DescriptorSet::CType = VkDescriptorSet |
Definition at line 26290 of file vulkan.hpp.
|
inline |
Definition at line 26296 of file vulkan.hpp.
|
inline |
Definition at line 26300 of file vulkan.hpp.
|
inline |
Definition at line 26304 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 26346 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 26341 of file vulkan.hpp.
|
inline |
Definition at line 26351 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 26330 of file vulkan.hpp.
|
inline |
Definition at line 26335 of file vulkan.hpp.
|
inline |
Definition at line 26316 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 26325 of file vulkan.hpp.
|
static |
Definition at line 26293 of file vulkan.hpp.
|
private |
Definition at line 26357 of file vulkan.hpp.
|
static |
Definition at line 26292 of file vulkan.hpp.