|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkDescriptorSetLayout |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | DescriptorSetLayout () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | DescriptorSetLayout (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | DescriptorSetLayout (VkDescriptorSetLayout descriptorSetLayout) VULKAN_HPP_NOEXCEPT |
| DescriptorSetLayout & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (DescriptorSetLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDescriptorSetLayout () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkDescriptorSetLayout | m_descriptorSetLayout |
Definition at line 29440 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::DescriptorSetLayout::CType = VkDescriptorSetLayout |
Definition at line 29443 of file vulkan.hpp.
|
inline |
Definition at line 29449 of file vulkan.hpp.
|
inline |
Definition at line 29453 of file vulkan.hpp.
|
inline |
Definition at line 29457 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 29499 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 29494 of file vulkan.hpp.
|
inline |
Definition at line 29504 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 29483 of file vulkan.hpp.
|
inline |
Definition at line 29488 of file vulkan.hpp.
|
inline |
Definition at line 29469 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 29478 of file vulkan.hpp.
|
static |
Definition at line 29446 of file vulkan.hpp.
|
private |
Definition at line 29510 of file vulkan.hpp.
|
static |
Definition at line 29445 of file vulkan.hpp.