summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt/qwinrteglcontext.h
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-07-31 14:50:42 +0300
committerAndrew Knight <andrew.knight@digia.com>2014-08-05 16:44:07 +0200
commit1e72704d888aaee417d7ed2491086857d37beb47 (patch)
treedcfc3a102940833dff84eff2a3b58cd799da7b65 /src/plugins/platforms/winrt/qwinrteglcontext.h
parentfcb8dc0cb92f9cf689bfae4d5fff55d63ca4accb (diff)
winrt: Fix EGL context getProcAddress()
As ANGLE doesn't resolve non-extension functions, these need to be resolved manually. Change-Id: I0fe45005f662f7d7f2b53c09ef129efd65fb999a Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/plugins/platforms/winrt/qwinrteglcontext.h')
-rw-r--r--src/plugins/platforms/winrt/qwinrteglcontext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/winrt/qwinrteglcontext.h b/src/plugins/platforms/winrt/qwinrteglcontext.h
index c065847374..6dc8dc6c9f 100644
--- a/src/plugins/platforms/winrt/qwinrteglcontext.h
+++ b/src/plugins/platforms/winrt/qwinrteglcontext.h
@@ -51,6 +51,8 @@ class QWinRTEGLContext : public QEGLPlatformContext
public:
explicit QWinRTEGLContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLSurface surface);
+ QFunctionPointer getProcAddress(const QByteArray &procName) Q_DECL_OVERRIDE;
+
protected:
EGLSurface eglSurfaceForPlatformSurface(QPlatformSurface *surface);