diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-12-31 22:12:59 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-01-01 10:07:06 +0000 |
commit | 370199fa0f92f29cb75ad50705c71cd871abb2d9 (patch) | |
tree | 3e3f22784f85f5f85962d4f691bd838504f4216b /include | |
parent | 38e6383009aba9ff779ad9d0b4d9c94ed2bce347 (diff) |
vcl: improve OpenGL debugging variously.
Change-Id: I097f1c1fb7fb505b6859289997bff3562fc06ba6
Reviewed-on: https://gerrit.libreoffice.org/21027
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 6f5ba5f36b91..b2a0f09412e1 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -156,6 +156,7 @@ public: OpenGLFramebuffer* AcquireFramebuffer( const OpenGLTexture& rTexture ); static void ReleaseFramebuffer( OpenGLFramebuffer* pFramebuffer ); void UnbindTextureFromFramebuffers( GLuint nTexture ); + static bool IsTextureAttachedAnywhere( GLuint nTexture ); void ReleaseFramebuffer( const OpenGLTexture& rTexture ); void ReleaseFramebuffers(); |