summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexturegenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qtexturegenerator.cpp')
-rw-r--r--src/render/texture/qtexturegenerator.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/render/texture/qtexturegenerator.cpp b/src/render/texture/qtexturegenerator.cpp
index 32b785128..5e350af2d 100644
--- a/src/render/texture/qtexturegenerator.cpp
+++ b/src/render/texture/qtexturegenerator.cpp
@@ -43,6 +43,10 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
+/*! class Qt3DRender::QTextureGenerator
+ \inmodule Qt3DRender
+ \brief Generates the necessary information to create an OpenGL texture image.
+*/
QTextureGenerator::~QTextureGenerator()
{
}
@@ -53,6 +57,16 @@ QTextureGenerator::~QTextureGenerator()
\inmodule Qt3DRender
\brief Provides the image data for a texture.
*/
+/*!
+ \fn QTextureDataPtr Qt3DRender::QTextureGenerator::operator()()
+
+ Returns the texture data.
+*/
+/*!
+ \fn bool Qt3DRender::QTextureGenerator::operator==(const QTextureGenerator &other) const = 0
+
+ Compare these texture data to \a other. Returns \c true if both are equal.
+*/
} // Qt3DRender
QT_END_NAMESPACE