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