Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDescriptorSetLayoutSupport |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DescriptorSetLayoutSupport (vk::Bool32 supported_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | DescriptorSetLayoutSupport (DescriptorSetLayoutSupport const &rhs) VULKAN_HPP_NOEXCEPT=default |
DescriptorSetLayoutSupport (VkDescriptorSetLayoutSupport const &rhs) VULKAN_HPP_NOEXCEPT | |
DescriptorSetLayoutSupport & | operator= (DescriptorSetLayoutSupport const &rhs) VULKAN_HPP_NOEXCEPT=default |
DescriptorSetLayoutSupport & | operator= (VkDescriptorSetLayoutSupport const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkDescriptorSetLayoutSupport const & () const VULKAN_HPP_NOEXCEPT | |
operator VkDescriptorSetLayoutSupport & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (DescriptorSetLayoutSupport const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DescriptorSetLayoutSupport const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eDescriptorSetLayoutSupport |
void * | pNext = {} |
vk::Bool32 | supported = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDescriptorSetLayoutSupport |
Definition at line 25341 of file vulkan_structs.hpp.
Definition at line 25343 of file vulkan_structs.hpp.
|
inline |
Definition at line 25349 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 25357 of file vulkan_structs.hpp.
|
inline |
Definition at line 25376 of file vulkan_structs.hpp.
|
inline |
Definition at line 25371 of file vulkan_structs.hpp.
|
inline |
Definition at line 25405 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 25365 of file vulkan_structs.hpp.
|
inline |
Definition at line 25396 of file vulkan_structs.hpp.
|
static |
Definition at line 25345 of file vulkan_structs.hpp.
void* vk::DescriptorSetLayoutSupport::pNext = {} |
Definition at line 25413 of file vulkan_structs.hpp.
|
static |
Definition at line 25346 of file vulkan_structs.hpp.
vk::StructureType vk::DescriptorSetLayoutSupport::sType = StructureType::eDescriptorSetLayoutSupport |
Definition at line 25412 of file vulkan_structs.hpp.
vk::Bool32 vk::DescriptorSetLayoutSupport::supported = {} |
Definition at line 25414 of file vulkan_structs.hpp.