aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgtexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgtexture.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.cpp b/src/quick/scenegraph/coreapi/qsgtexture.cpp
index e415d7852e..859118ae66 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.cpp
+++ b/src/quick/scenegraph/coreapi/qsgtexture.cpp
@@ -701,22 +701,6 @@ QSGDynamicTexture::QSGDynamicTexture(QSGTexturePrivate &dd)
If the requested interface is not available a \nullptr is returned.
*/
-/*!
- \namespace QNativeInterface
- \inmodule QtQuick
- \since 6.0
-
- \brief The QNativeInterface namespace contains graphics API specific
- interfaces that allow accessing the underlying graphics resources and allow
- creating QSGTexture instances that wrap an existing native resource.
-
- The classes in this namespace can be passed to
- QSGTexture::nativeInterface() to gain access to the appropriate graphics
- API specific interface, as long as the scene graph has been initialized with
- the graphics API in question.
-
- \sa QSGTexture::nativeInterface()
-*/
#if QT_CONFIG(opengl) || defined(Q_CLANG_QDOC)
namespace QNativeInterface {