SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkImageDrmFormatModifierPropertiesEXT const & () const | |
operator VkImageDrmFormatModifierPropertiesEXT & () | |
bool | operator== (ImageDrmFormatModifierPropertiesEXT const &rhs) const |
bool | operator!= (ImageDrmFormatModifierPropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint64_t | drmFormatModifier |
Private Attributes | |
StructureType | sType = StructureType::eImageDrmFormatModifierPropertiesEXT |
Definition at line 21083 of file vulkan.hpp.
|
inline |
Definition at line 21090 of file vulkan.hpp.
|
inline |
Definition at line 21085 of file vulkan.hpp.
|
inline |
Definition at line 21102 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 21095 of file vulkan.hpp.
References drmFormatModifier, pNext, and sType.
Referenced by operator!=().
uint64_t VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierPropertiesEXT::drmFormatModifier |
Definition at line 21112 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::ImageDrmFormatModifierPropertiesEXT::pNext = nullptr |
Definition at line 21111 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 21108 of file vulkan.hpp.
Referenced by operator==().