summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qtexture.cpp')
-rw-r--r--src/render/texture/qtexture.cpp77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/render/texture/qtexture.cpp b/src/render/texture/qtexture.cpp
index b28004aa0..bca66e630 100644
--- a/src/render/texture/qtexture.cpp
+++ b/src/render/texture/qtexture.cpp
@@ -1161,6 +1161,13 @@ void TextureDownloadRequest::onCompleted()
\since 5.5
\brief A QAbstractTexture with a Target1D target format.
*/
+/*!
+ \qmltype Texture1D
+ \instantiates Qt3DRender::QTexture1D
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target1D target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture1D instance with \a parent as parent.
@@ -1182,6 +1189,13 @@ QTexture1D::~QTexture1D()
\since 5.5
\brief A QAbstractTexture with a Target1DArray target format.
*/
+/*!
+ \qmltype Texture1DArray
+ \instantiates Qt3DRender::QTexture1DArray
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target1DArray target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture1DArray instance with \a parent as parent.
@@ -1203,6 +1217,13 @@ QTexture1DArray::~QTexture1DArray()
\since 5.5
\brief A QAbstractTexture with a Target2D target format.
*/
+/*!
+ \qmltype Texture2D
+ \instantiates Qt3DRender::QTexture2D
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target2D target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture2D instance with \a parent as parent.
@@ -1224,6 +1245,13 @@ QTexture2D::~QTexture2D()
\since 5.5
\brief A QAbstractTexture with a Target2DArray target format.
*/
+/*!
+ \qmltype Texture2DArray
+ \instantiates Qt3DRender::QTexture2DArray
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target2DArray target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture2DArray instance with \a parent as parent.
@@ -1245,6 +1273,13 @@ QTexture2DArray::~QTexture2DArray()
\since 5.5
\brief A QAbstractTexture with a Target3D target format.
*/
+/*!
+ \qmltype Texture3D
+ \instantiates Qt3DRender::QTexture3D
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target3D target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture3D instance with \a parent as parent.
@@ -1266,6 +1301,13 @@ QTexture3D::~QTexture3D()
\since 5.5
\brief A QAbstractTexture with a TargetCubeMap target format.
*/
+/*!
+ \qmltype TextureCubeMap
+ \instantiates Qt3DRender::QTextureCubeMap
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a TargetCubeMap target format.
+ */
/*!
Constructs a new Qt3DRender::QTextureCubeMap instance with \a parent as parent.
@@ -1287,6 +1329,13 @@ QTextureCubeMap::~QTextureCubeMap()
\since 5.5
\brief A QAbstractTexture with a TargetCubeMapArray target format.
*/
+/*!
+ \qmltype TextureCubeMapArray
+ \instantiates Qt3DRender::QTextureCubeMapArray
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a TargetCubeMapArray target format.
+ */
/*!
Constructs a new Qt3DRender::QTextureCubeMapArray instance with \a parent as parent.
@@ -1308,6 +1357,13 @@ QTextureCubeMapArray::~QTextureCubeMapArray()
\since 5.5
\brief A QAbstractTexture with a Target2DMultisample target format.
*/
+/*!
+ \qmltype Texture2DMultisample
+ \instantiates Qt3DRender::QTexture2DMultisample
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target2DMultisample target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture2DMultisample instance with \a parent as parent.
@@ -1329,6 +1385,13 @@ QTexture2DMultisample::~QTexture2DMultisample()
\since 5.5
\brief A QAbstractTexture with a Target2DMultisampleArray target format.
*/
+/*!
+ \qmltype Texture2DMultisampleArray
+ \instantiates Qt3DRender::QTexture2DMultisampleArray
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a Target2DMultisampleArray target format.
+ */
/*!
Constructs a new Qt3DRender::QTexture2DMultisampleArray instance with \a parent as parent.
@@ -1350,6 +1413,13 @@ QTexture2DMultisampleArray::~QTexture2DMultisampleArray()
\since 5.5
\brief A QAbstractTexture with a TargetRectangle target format.
*/
+/*!
+ \qmltype TextureRectangle
+ \instantiates Qt3DRender::QTextureRectangle
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a TargetRectangle target format.
+ */
/*!
Constructs a new Qt3DRender::QTextureRectangle instance with \a parent as parent.
@@ -1371,6 +1441,13 @@ QTextureRectangle::~QTextureRectangle()
\since 5.5
\brief A QAbstractTexture with a TargetBuffer target format.
*/
+/*!
+ \qmltype TextureBuffer
+ \instantiates Qt3DRender::QTextureBuffer
+ \inqmlmodule Qt3D.Render
+ \since 5.5
+ \brief An AbstractTexture with a TargetBuffer target format.
+ */
/*!
Constructs a new Qt3DRender::QTextureBuffer instance with \a parent as parent.