summaryrefslogtreecommitdiffstats
path: root/src/context3d_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context3d_p.h')
-rw-r--r--src/context3d_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context3d_p.h b/src/context3d_p.h
index 8d59a6e..ba42a1c 100644
--- a/src/context3d_p.h
+++ b/src/context3d_p.h
@@ -1226,12 +1226,12 @@ private:
CanvasBuffer *m_currentElementArrayBuffer;
CanvasTexture *m_currentTexture2D;
CanvasTexture *m_currentTextureCubeMap;
+ CanvasFrameBuffer *m_currentFramebuffer;
+ CanvasRenderBuffer *m_currentRenderbuffer;
QOpenGLContext *m_context;
QSet<QByteArray> m_extensions;
QSurface *m_surface;
glEnums m_error;
- CanvasFrameBuffer *m_currentFramebuffer;
- CanvasRenderBuffer *m_currentRenderbuffer;
CanvasContextAttributes m_contextAttributes;
QMap<int, CanvasBuffer*> m_idToCanvasBufferMap;
friend class Canvas;