diff options
Diffstat (limited to 'src/gui/vulkan/qvulkaninstance.cpp')
| -rw-r--r-- | src/gui/vulkan/qvulkaninstance.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/vulkan/qvulkaninstance.cpp b/src/gui/vulkan/qvulkaninstance.cpp index f6137a3664c..24ffb4429b0 100644 --- a/src/gui/vulkan/qvulkaninstance.cpp +++ b/src/gui/vulkan/qvulkaninstance.cpp @@ -431,7 +431,7 @@ QVulkanInstance::~QVulkanInstance() /*! \fn bool QVulkanLayer::operator==(const QVulkanLayer &other) const - Returns true if this vulkan layer and the \a other vulkan layer have + Returns true if this Vulkan layer and the \a other Vulkan layer have the same name, version, and spec version. */ @@ -454,8 +454,8 @@ QVulkanInstance::~QVulkanInstance() /*! \fn bool QVulkanExtension::operator==(const QVulkanExtension &other) const - Returns true if the name and version of this vulkan extension are the same - as the name and version of the \a other vulkan extension. + Returns true if the name and version of this Vulkan extension are the same + as the name and version of the \a other Vulkan extension. */ /*! |
