|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2:Public Member Functions | |
| operator VkSparseImageFormatProperties2 const & () const | |
| operator VkSparseImageFormatProperties2 & () | |
| bool | operator== (SparseImageFormatProperties2 const &rhs) const |
| bool | operator!= (SparseImageFormatProperties2 const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| SparseImageFormatProperties | properties |
Private Attributes | |
| StructureType | sType = StructureType::eSparseImageFormatProperties2 |
Definition at line 26054 of file vulkan.hpp.
|
inline |
Definition at line 26061 of file vulkan.hpp.
|
inline |
Definition at line 26056 of file vulkan.hpp.
|
inline |
Definition at line 26073 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26066 of file vulkan.hpp.
References pNext, properties, and sType.
Referenced by operator!=().
| void* VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::pNext = nullptr |
Definition at line 26082 of file vulkan.hpp.
Referenced by operator==().
| SparseImageFormatProperties VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::properties |
Definition at line 26083 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 26079 of file vulkan.hpp.
Referenced by operator==().