summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-29 08:27:58 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-29 08:27:58 +0300
commit47a99f19bb9d46eb617c71703d5548523fe72d11 (patch)
treee28079babac6ca1b8f580821d9db3831128d7f00 /include
parent20fc0ed8fa5765d3e13e5351c03993c3ff6c2732 (diff)
Add gluErrorString() replacement to OpenGLHelper
Change-Id: I1a04ece7026ceff75456df03b4eb189a3cb9687f
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLHelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx
index 7fa7d840f0e1..3530b2b7ec80 100644
--- a/include/vcl/opengl/OpenGLHelper.hxx
+++ b/include/vcl/opengl/OpenGLHelper.hxx
@@ -23,6 +23,8 @@ public:
static sal_uInt8* ConvertBitmapExToRGBABuffer(const BitmapEx& rBitmapEx);
static BitmapEx ConvertBGRABufferToBitmapEx(const sal_uInt8* const pBuffer, long nWidth, long nHeight);
+
+ static const char* GLErrorString(GLenum errorCode);
};
#endif