SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkExternalBufferProperties const & () const | |
operator VkExternalBufferProperties & () | |
bool | operator== (ExternalBufferProperties const &rhs) const |
bool | operator!= (ExternalBufferProperties const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
ExternalMemoryProperties | externalMemoryProperties |
Private Attributes | |
StructureType | sType = StructureType::eExternalBufferProperties |
Definition at line 32372 of file vulkan.hpp.
|
inline |
Definition at line 32379 of file vulkan.hpp.
|
inline |
Definition at line 32374 of file vulkan.hpp.
|
inline |
Definition at line 32391 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 32384 of file vulkan.hpp.
References externalMemoryProperties, pNext, and sType.
Referenced by operator!=().
ExternalMemoryProperties VULKAN_HPP_NAMESPACE::ExternalBufferProperties::externalMemoryProperties |
Definition at line 32401 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::ExternalBufferProperties::pNext = nullptr |
Definition at line 32400 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 32397 of file vulkan.hpp.
Referenced by operator==().