|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::FormatProperties2:Public Member Functions | |
| operator VkFormatProperties2 const & () const | |
| operator VkFormatProperties2 & () | |
| bool | operator== (FormatProperties2 const &rhs) const |
| bool | operator!= (FormatProperties2 const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| FormatProperties | formatProperties |
Private Attributes | |
| StructureType | sType = StructureType::eFormatProperties2 |
Definition at line 24186 of file vulkan.hpp.
|
inline |
Definition at line 24193 of file vulkan.hpp.
|
inline |
Definition at line 24188 of file vulkan.hpp.
|
inline |
Definition at line 24205 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 24198 of file vulkan.hpp.
References formatProperties, pNext, and sType.
Referenced by operator!=().
| FormatProperties VULKAN_HPP_NAMESPACE::FormatProperties2::formatProperties |
Definition at line 24215 of file vulkan.hpp.
Referenced by operator==().
| void* VULKAN_HPP_NAMESPACE::FormatProperties2::pNext = nullptr |
Definition at line 24214 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 24211 of file vulkan.hpp.
Referenced by operator==().