Doc: Link to QRhiColorAttachment after 'resolve texture'

After mentioning 'resolve texture', link to the QRhiColorAttachment
class to provide more information.

Fixes: QTBUG-126165
Pick-to: 6.8 6.7
Change-Id: Ib6af6b238be2c1ee1f3b15ff08e39dc07d69515d
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Andreas Eliasson 2024-06-21 12:57:06 +02:00
parent 9b99361698
commit c26bf30296

View File

@ -5080,7 +5080,8 @@ QRhiResource::Type QRhiSwapChainRenderTarget::resourceType() const
For multisample rendering the common approach is to use a renderbuffer as For multisample rendering the common approach is to use a renderbuffer as
the color attachment and set the non-multisample destination texture as the the color attachment and set the non-multisample destination texture as the
\c{resolve texture}. \c{resolve texture}. For more information, read the detailed description of
the \l QRhiColorAttachment class.
\note Textures used in combination with QRhiTextureRenderTarget must be \note Textures used in combination with QRhiTextureRenderTarget must be
created with the QRhiTexture::RenderTarget flag. created with the QRhiTexture::RenderTarget flag.