summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/vulkan/qvulkaninstance.cpp6
-rw-r--r--src/gui/vulkan/qvulkanwindow.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/vulkan/qvulkaninstance.cpp b/src/gui/vulkan/qvulkaninstance.cpp
index f6137a3664..24ffb4429b 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.
*/
/*!
diff --git a/src/gui/vulkan/qvulkanwindow.cpp b/src/gui/vulkan/qvulkanwindow.cpp
index 1e052a91af..53cee67e2f 100644
--- a/src/gui/vulkan/qvulkanwindow.cpp
+++ b/src/gui/vulkan/qvulkanwindow.cpp
@@ -167,7 +167,7 @@ Q_LOGGING_CATEGORY(lcVk, "qt.vulkan")
manage additional resources directly via the Vulkan API.
\li The renderer lives in the gui/main thread, like the window itself. This
- thread is then throttled to the presentation rate, similarly to how OpenGl
+ thread is then throttled to the presentation rate, similarly to how OpenGL
with a swap interval of 1 would behave. However, the renderer implementation
is free to utilize multiple threads in any way it sees fit. The accessors
like vulkanInstance(), currentCommandBuffer(), etc. can be called from any
@@ -248,7 +248,7 @@ Q_LOGGING_CATEGORY(lcVk, "qt.vulkan")
\note QVulkanWindow does not expose device layers since this functionality
has been deprecated since version 1.0.13 of the Vulkan API.
- \sa QVulkanInstance, QVulkanFunctions, QWindow
+ \sa QVulkanInstance, QWindow
*/
/*!
@@ -2690,7 +2690,7 @@ QImage QVulkanWindow::grab()
/*!
Returns a pointer to a QMatrix4x4 that can be used to correct for coordinate
- system differences between OpenGl and Vulkan.
+ system differences between OpenGL and Vulkan.
By pre-multiplying the projection matrix with this matrix, applications can
continue to assume OpenGL-style Y coordinates in clip space (i.e. Y pointing