![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtGui More...
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const QVulkanExtension &lhs, const QVulkanExtension &rhs) |
\variable QVulkanExtension::name | |
bool | operator!= (const QVulkanExtension &lhs, const QVulkanExtension &rhs) |
size_t | qHash (const QVulkanExtension &key, size_t seed=0) |
\inmodule QtGui
Represents information about a Vulkan extension.
|
related |
Returns true
if Vulkan extensions lhs and rhs are have different name or version.
|
related |
\variable QVulkanExtension::name
The name of the extension.
\variable QVulkanExtension::version
The version of the extension. This is an integer, increasing with each backward compatible change.
Returns true
if Vulkan extensions lhs and rhs are have the same name and version.
|
related |
Returns the hash value for the key, using seed to seed the calculation.