rhi: Add missing \internal doc commands
Pick-to: 5.15 Change-Id: I09a69a04c6fcd406602e797cbeec59216fecd5d8 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
7e271686a7
commit
71ad83529e
@ -75,6 +75,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QRhiMetalInitParams
|
||||
\inmodule QtRhi
|
||||
\internal
|
||||
\brief Metal specific initialization parameters.
|
||||
|
||||
A Metal-based QRhi needs no special parameters for initialization.
|
||||
@ -106,12 +107,14 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\class QRhiMetalNativeHandles
|
||||
\inmodule QtRhi
|
||||
\internal
|
||||
\brief Holds the Metal device used by the QRhi.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class QRhiMetalCommandBufferNativeHandles
|
||||
\inmodule QtRhi
|
||||
\internal
|
||||
\brief Holds the MTLCommandBuffer and MTLRenderCommandEncoder objects that are backing a QRhiCommandBuffer.
|
||||
|
||||
\note The command buffer object is only guaranteed to be valid while
|
||||
|
Loading…
x
Reference in New Issue
Block a user