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 59857ea53..78a995b5d 100644
--- a/src/render/texture/qtexture.cpp
+++ b/src/render/texture/qtexture.cpp
@@ -1041,6 +1041,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.
@@ -1062,6 +1069,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.
@@ -1083,6 +1097,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.
@@ -1104,6 +1125,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.
@@ -1125,6 +1153,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.
@@ -1146,6 +1181,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.
@@ -1167,6 +1209,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.
@@ -1188,6 +1237,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.
@@ -1209,6 +1265,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.
@@ -1230,6 +1293,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.
@@ -1251,6 +1321,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.