aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgcontext_p.h')
-rw-r--r--src/quick/scenegraph/qsgcontext_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgcontext_p.h b/src/quick/scenegraph/qsgcontext_p.h
index bbc42674c6..3d5fc00de3 100644
--- a/src/quick/scenegraph/qsgcontext_p.h
+++ b/src/quick/scenegraph/qsgcontext_p.h
@@ -103,7 +103,8 @@ public:
virtual QSGGlyphNode *createNativeGlyphNode();
virtual QSGRenderer *createRenderer();
- virtual QSGTexture *createTexture(const QImage &image = QImage()) const;
+ virtual QSGTexture *createTexture(const QImage &image) const;
+ virtual QSGTexture *createTextureNoAtlas(const QImage &image) const;
virtual QSize minimumFBOSize() const;
virtual QSharedPointer<QSGDepthStencilBuffer> depthStencilBufferForFbo(QOpenGLFramebufferObject *fbo);
QSGDepthStencilBufferManager *depthStencilBufferManager();