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