diff --git a/src/gui/rhi/qrhi.cpp b/src/gui/rhi/qrhi.cpp index f2e899651bd..c1f76826ecd 100644 --- a/src/gui/rhi/qrhi.cpp +++ b/src/gui/rhi/qrhi.cpp @@ -1083,7 +1083,7 @@ Q_LOGGING_CATEGORY(QRHI_LOG_INFO, "qt.rhi.general") Contains fields that are relevant to all backends. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -1093,7 +1093,7 @@ Q_LOGGING_CATEGORY(QRHI_LOG_INFO, "qt.rhi.general") \since 6.6 \brief Specifies clear values for a depth or stencil buffer. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -1188,7 +1188,7 @@ QDebug operator<<(QDebug dbg, const QRhiDepthStencilClearValue &v) // ... \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiCommandBuffer::setViewport(), QRhi::clipSpaceCorrMatrix(), QRhiScissor @@ -1308,7 +1308,7 @@ QDebug operator<<(QDebug dbg, const QRhiViewport &v) appropriate. Therefore, any rendering logic targeting OpenGL can feed scissor rectangles into QRhiScissor as-is, without any adaptation. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiCommandBuffer::setScissor(), QRhiViewport @@ -1436,7 +1436,7 @@ QDebug operator<<(QDebug dbg, const QRhiScissor &s) \note the stride must always be a multiple of 4. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiCommandBuffer::setVertexInput() @@ -1605,7 +1605,7 @@ QDebug operator<<(QDebug dbg, const QRhiVertexInputBinding &b) cb->setVertexInput(0, 1, &vbufBinding); \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiCommandBuffer::setVertexInput() @@ -1883,7 +1883,7 @@ quint32 QRhiImplementation::byteSizePerVertexForVertexInputFormat(QRhiVertexInpu }); \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -2019,7 +2019,7 @@ QDebug operator<<(QDebug dbg, const QRhiVertexInputLayout &v) }); \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -2169,7 +2169,7 @@ QDebug operator<<(QDebug dbg, const QRhiShaderStage &s) out at all. This means that the multisample texture() must not be used afterwards with shaders for sampling when resolveTexture() is set. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiTextureRenderTargetDescription @@ -2371,7 +2371,7 @@ QRhiColorAttachment::QRhiColorAttachment(QRhiRenderBuffer *renderBuffer) QRhiTextureRenderTarget *rt = rhi->newTextureRenderTarget({ colorAtt, depthStencil }); \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiColorAttachment, QRhiTextureRenderTarget @@ -2543,7 +2543,7 @@ QRhiTextureRenderTargetDescription::QRhiTextureRenderTargetDescription(const QRh caller is strongly encouraged to call QImage::detach() on the image before passing it to uploadTexture(). - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiTextureUploadDescription @@ -2698,7 +2698,7 @@ QRhiTextureSubresourceUploadDescription::QRhiTextureSubresourceUploadDescription \brief Describes one layer (face for cubemaps, slice for 3D textures, element for texture arrays) in a texture upload operation. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -2838,7 +2838,7 @@ QRhiTextureUploadEntry::QRhiTextureUploadEntry(int layer, int level, resourceUpdates->uploadTexture(texture, desc); \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiResourceUpdateBatch @@ -2927,7 +2927,7 @@ QRhiTextureUploadDescription::QRhiTextureUploadDescription(std::initializer_list differ, but the size and position must be carefully controlled to avoid out of bounds copies, in which case the behavior is undefined. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3033,7 +3033,7 @@ QRhiTextureUploadDescription::QRhiTextureUploadDescription(std::initializer_list \note Multisample textures cannot be read back. Readbacks are supported for multisample swapchain buffers however. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3124,7 +3124,7 @@ QRhiReadbackDescription::QRhiReadbackDescription(QRhiTexture *texture) available. \l format and \l pixelSize are set upon completion together with \l data. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3162,7 +3162,7 @@ QRhiReadbackDescription::QRhiReadbackDescription(QRhiTexture *texture) \since 6.6 \brief Base class for classes exposing backend-specific collections of native resource objects. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3172,7 +3172,7 @@ QRhiReadbackDescription::QRhiReadbackDescription(QRhiTexture *texture) \since 6.6 \brief Base class for classes encapsulating native resource objects. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3353,7 +3353,7 @@ QRhi *QRhiResource::rhi() const \since 6.6 \brief Vertex, index, or uniform (constant) buffer resource. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A QRhiBuffer encapsulates zero, one, or more native buffer objects (such as @@ -3748,7 +3748,7 @@ void QRhiBuffer::endFullDynamicBufferUpdateForCurrentFrame() means calling setPixelSize() and create() are not necessary for such renderbuffers. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -3973,7 +3973,7 @@ bool QRhiRenderBuffer::createFrom(NativeRenderBuffer src) // continue using texture, fill it with new data \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiResourceUpdateBatch, QRhi, QRhiTextureRenderTarget @@ -4364,7 +4364,7 @@ void QRhiTexture::setNativeLayout(int layout) \since 6.6 \brief Sampler resource. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -4505,7 +4505,7 @@ QRhiResource::Type QRhiSampler::resourceType() const a collection of attachments (color, depth, stencil) and describes how those attachments are used. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -4624,7 +4624,7 @@ const QRhiNativeHandles *QRhiRenderPassDescriptor::nativeHandles() QRhiSwapChain returns when calling \l{QRhiSwapChain::currentFrameRenderTarget()}{currentFrameRenderTarget()}. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiSwapChainRenderTarget, QRhiTextureRenderTarget @@ -4703,7 +4703,7 @@ QRhiSwapChainRenderTarget::QRhiSwapChainRenderTarget(QRhiImplementation *rhi, QR QRhiSwapChainRenderTarget. This is what QRhiSwapChain::currentFrameRenderTarget() returns. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiSwapChain @@ -4752,7 +4752,7 @@ QRhiResource::Type QRhiSwapChainRenderTarget::resourceType() const // rt can now be used with beginPass() \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -4933,7 +4933,7 @@ QRhiResource::Type QRhiTextureRenderTarget::resourceType() const cb->setShaderResources(srb2); // binds srb2 \endcode - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -5064,7 +5064,7 @@ void QRhiImplementation::updateLayoutDesc(QRhiShaderResourceBindings *srb) static functions such as uniformBuffer() or sampledTexture() to get an instance. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -6085,7 +6085,7 @@ QDebug operator<<(QDebug dbg, const QRhiShaderResourceBindings &srb) four channels, depth test/write are disabled, stencil operations are disabled. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiCommandBuffer, QRhi @@ -6258,7 +6258,7 @@ QDebug operator<<(QDebug dbg, const QRhiShaderResourceBindings &srb) mode Qt Quick uses, it is enough to set the \c enable flag to true while leaving other values at their defaults. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -6308,7 +6308,7 @@ QDebug operator<<(QDebug dbg, const QRhiShaderResourceBindings &srb) \li compareOp \l Always \endlist - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -6825,7 +6825,7 @@ QRhiResource::Type QRhiGraphicsPipeline::resourceType() const appropriate sample count also via QSurfaceFormat, by calling QSurfaceFormat::setDefaultFormat() before initializing the QRhi. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -7200,7 +7200,7 @@ QRhiRenderTarget *QRhiSwapChain::currentFrameRenderTarget(StereoTargetBuffer tar values are always the built-in defaults and \c isHardCodedDefaults is always true. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhiSwapChain::hdrInfo() @@ -7327,7 +7327,7 @@ QDebug operator<<(QDebug dbg, const QRhiSwapChainHdrInfo &info) \note Setting the shader is mandatory. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -7409,7 +7409,7 @@ QRhiComputePipeline::QRhiComputePipeline(QRhiImplementation *rhi) QRhiSwapChain::currentFrameCommandBuffer(), or, in case of rendering completely offscreen, initializing one via QRhi::beginOffscreenFrame(). - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -8030,7 +8030,7 @@ bool QRhi::probe(QRhi::Implementation impl, QRhiInitParams *params) \brief Opaque data describing native objects needed to set up a swapchain. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. \sa QRhi::updateSwapChainProxyData() @@ -8143,7 +8143,7 @@ const char *QRhi::backendName() const for OpenGL and Metal. deviceType is always UnknownDevice for OpenGL and Direct 3D. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -8273,7 +8273,7 @@ void QRhi::runCleanup() To get an available, empty batch from the pool, call QRhi::nextResourceUpdateBatch(). - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -9695,7 +9695,7 @@ void QRhi::setPipelineCacheData(const QByteArray &data) \brief Statistics provided from the underlying memory allocator. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhid3d11.cpp b/src/gui/rhi/qrhid3d11.cpp index e1f422ce02e..388291de3eb 100644 --- a/src/gui/rhi/qrhid3d11.cpp +++ b/src/gui/rhi/qrhid3d11.cpp @@ -32,7 +32,7 @@ using namespace Qt::StringLiterals; \since 6.6 \brief Direct3D 11 specific initialization parameters. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A D3D11-based QRhi needs no special parameters for initialization. If @@ -89,7 +89,7 @@ using namespace Qt::StringLiterals; \c{d3d11.h} headers is not acceptable here. The actual types are \c{ID3D11Device *} and \c{ID3D11DeviceContext *}. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhid3d12.cpp b/src/gui/rhi/qrhid3d12.cpp index e954d16d1a1..7ae3398fdbd 100644 --- a/src/gui/rhi/qrhid3d12.cpp +++ b/src/gui/rhi/qrhid3d12.cpp @@ -30,7 +30,7 @@ QT_BEGIN_NAMESPACE \inmodule QtGui \brief Direct3D 12 specific initialization parameters. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A D3D12-based QRhi needs no special parameters for initialization. If @@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE \c{d3d12.h} headers is not acceptable here. The actual types are \c{ID3D12Device *} and \c{ID3D12CommandQueue *}. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -116,7 +116,7 @@ QT_BEGIN_NAMESPACE \l{QRhi::beginOffscreenFrame()}{beginOffscreenFrame()} - \l{QRhi::endOffscreenFrame()}{endOffscreenFrame()} pair. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhigles2.cpp b/src/gui/rhi/qrhigles2.cpp index 774dec310f8..0a4bc8d01cd 100644 --- a/src/gui/rhi/qrhigles2.cpp +++ b/src/gui/rhi/qrhigles2.cpp @@ -31,7 +31,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief OpenGL specific initialization parameters. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. An OpenGL-based QRhi needs an already created QSurface that can be used in @@ -143,7 +143,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Holds the OpenGL context used by the QRhi. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhimetal.mm b/src/gui/rhi/qrhimetal.mm index 5b8f890fb0c..699e7a09bea 100644 --- a/src/gui/rhi/qrhimetal.mm +++ b/src/gui/rhi/qrhimetal.mm @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Metal specific initialization parameters. - \note This an RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A Metal-based QRhi needs no special parameters for initialization. @@ -91,7 +91,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Holds the Metal device used by the QRhi. - \note This an RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -119,7 +119,7 @@ QT_BEGIN_NAMESPACE between \l{QRhiCommandBuffer::beginPass()} - \l{QRhiCommandBuffer::endPass()}. - \note This an RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhinull.cpp b/src/gui/rhi/qrhinull.cpp index 95106bfeb82..566b922c1be 100644 --- a/src/gui/rhi/qrhinull.cpp +++ b/src/gui/rhi/qrhinull.cpp @@ -13,7 +13,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Null backend specific initialization parameters. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A Null QRhi needs no special parameters for initialization. @@ -35,7 +35,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Empty. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qrhivulkan.cpp b/src/gui/rhi/qrhivulkan.cpp index 7e9a1ca8184..0cf8f023d41 100644 --- a/src/gui/rhi/qrhivulkan.cpp +++ b/src/gui/rhi/qrhivulkan.cpp @@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Vulkan specific initialization parameters. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. A Vulkan-based QRhi needs at minimum a valid QVulkanInstance. It is up to @@ -196,7 +196,7 @@ QT_BEGIN_NAMESPACE \note Ownership of the Vulkan objects is never transferred. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -258,7 +258,7 @@ QT_BEGIN_NAMESPACE \l{QRhi::beginOffscreenFrame()}{beginOffscreenFrame()} - \l{QRhi::endOffscreenFrame()}{endOffscreenFrame()} pair. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ @@ -274,7 +274,7 @@ QT_BEGIN_NAMESPACE \since 6.6 \brief Holds the Vulkan render pass object backing a QRhiRenderPassDescriptor. - \note This a RHI API with limited compatibility guarantees, see \l QRhi + \note This is a RHI API with limited compatibility guarantees, see \l QRhi for details. */ diff --git a/src/gui/rhi/qshader.cpp b/src/gui/rhi/qshader.cpp index 645e02d4587..02d8690720f 100644 --- a/src/gui/rhi/qshader.cpp +++ b/src/gui/rhi/qshader.cpp @@ -141,7 +141,7 @@ QT_BEGIN_NAMESPACE A default constructed QShaderVersion contains a version of 100 and no flags set. - \note This a RHI API with limited compatibility guarantees, see \l QShader + \note This is a RHI API with limited compatibility guarantees, see \l QShader for details. */ @@ -163,7 +163,7 @@ QT_BEGIN_NAMESPACE A default constructed QShaderKey has source set to SpirvShader and sourceVersion set to 100. sourceVariant defaults to StandardShader. - \note This a RHI API with limited compatibility guarantees, see \l QShader + \note This is a RHI API with limited compatibility guarantees, see \l QShader for details. */ @@ -245,7 +245,7 @@ QT_BEGIN_NAMESPACE When shader() is empty after retrieving a QShaderCode instance from QShader, it indicates no shader code was found for the requested key. - \note This a RHI API with limited compatibility guarantees, see \l QShader + \note This is a RHI API with limited compatibility guarantees, see \l QShader for details. */ @@ -1050,7 +1050,7 @@ void QShader::removeResourceBindingMap(const QShaderKey &key) \c{_54} which corresponds to two separate resource bindings (\c 1 and \c 2) in the original shader. - \note This a RHI API with limited compatibility guarantees, see \l QShader + \note This is a RHI API with limited compatibility guarantees, see \l QShader for details. */ @@ -1132,7 +1132,7 @@ void QShader::removeSeparateToCombinedImageSamplerMappingList(const QShaderKey & that the shader code relies on such a buffer present can be indicated by the data in this struct. - \note This a RHI API with limited compatibility guarantees, see \l QShader + \note This is a RHI API with limited compatibility guarantees, see \l QShader for details. */ diff --git a/src/gui/rhi/qshaderdescription.cpp b/src/gui/rhi/qshaderdescription.cpp index 97b87980340..f64daf02ef0 100644 --- a/src/gui/rhi/qshaderdescription.cpp +++ b/src/gui/rhi/qshaderdescription.cpp @@ -287,7 +287,7 @@ QT_BEGIN_NAMESPACE \brief Describes an input or output variable in the shader. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */ @@ -338,7 +338,7 @@ QT_BEGIN_NAMESPACE \brief Describes a member of a uniform or push constant block. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */ @@ -390,7 +390,7 @@ QT_BEGIN_NAMESPACE uniforms in a struct. The name of the struct, and so the prefix for the uniforms generated from the block members, is given by structName. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */ @@ -425,7 +425,7 @@ QT_BEGIN_NAMESPACE \brief Describes a push constant block. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */ @@ -448,7 +448,7 @@ QT_BEGIN_NAMESPACE \brief Describes a shader storage block. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */ @@ -491,7 +491,7 @@ QT_BEGIN_NAMESPACE \brief Describes a built-in variable. - \note This a RHI API with limited compatibility guarantees, see \l QShaderDescription + \note This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details. */