|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| operator VkDescriptorSetLayoutSupport const & () const | |
| operator VkDescriptorSetLayoutSupport & () | |
| bool | operator== (DescriptorSetLayoutSupport const &rhs) const |
| bool | operator!= (DescriptorSetLayoutSupport const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| Bool32 | supported |
Private Attributes | |
| StructureType | sType = StructureType::eDescriptorSetLayoutSupport |
Definition at line 17291 of file vulkan.hpp.
|
inline |
Definition at line 17298 of file vulkan.hpp.
|
inline |
Definition at line 17293 of file vulkan.hpp.
|
inline |
Definition at line 17310 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 17303 of file vulkan.hpp.
References pNext, sType, and supported.
Referenced by operator!=().
| void* VULKAN_HPP_NAMESPACE::DescriptorSetLayoutSupport::pNext = nullptr |
Definition at line 17319 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 17316 of file vulkan.hpp.
Referenced by operator==().
| Bool32 VULKAN_HPP_NAMESPACE::DescriptorSetLayoutSupport::supported |
Definition at line 17320 of file vulkan.hpp.
Referenced by operator==().