|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties:Public Member Functions | |
| operator VkExternalImageFormatProperties const & () const | |
| operator VkExternalImageFormatProperties & () | |
| bool | operator== (ExternalImageFormatProperties const &rhs) const |
| bool | operator!= (ExternalImageFormatProperties const &rhs) const |
Data Fields | |
| void * | pNext = nullptr |
| ExternalMemoryProperties | externalMemoryProperties |
Private Attributes | |
| StructureType | sType = StructureType::eExternalImageFormatProperties |
Definition at line 32337 of file vulkan.hpp.
|
inline |
Definition at line 32344 of file vulkan.hpp.
|
inline |
Definition at line 32339 of file vulkan.hpp.
|
inline |
Definition at line 32356 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32349 of file vulkan.hpp.
References externalMemoryProperties, pNext, and sType.
Referenced by operator!=().
| ExternalMemoryProperties VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::externalMemoryProperties |
Definition at line 32366 of file vulkan.hpp.
Referenced by operator==().
| void* VULKAN_HPP_NAMESPACE::ExternalImageFormatProperties::pNext = nullptr |
Definition at line 32365 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 32362 of file vulkan.hpp.
Referenced by operator==().