diff --git a/src/gui/rhi/qrhi.cpp b/src/gui/rhi/qrhi.cpp index f10fc1b5bf8..5cdb13e593d 100644 --- a/src/gui/rhi/qrhi.cpp +++ b/src/gui/rhi/qrhi.cpp @@ -5077,7 +5077,8 @@ QRhiResource::Type QRhiSwapChainRenderTarget::resourceType() const For multisample rendering the common approach is to use a renderbuffer as 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 created with the QRhiTexture::RenderTarget flag.