summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/framebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/framebuffer.hxx')
-rw-r--r--vcl/inc/opengl/framebuffer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/framebuffer.hxx b/vcl/inc/opengl/framebuffer.hxx
index 4e8f9cc152da..89bf1a42215b 100644
--- a/vcl/inc/opengl/framebuffer.hxx
+++ b/vcl/inc/opengl/framebuffer.hxx
@@ -35,6 +35,7 @@ public:
static void Unbind();
bool IsFree() const;
+ bool IsAttached( GLuint nTexture ) const;
bool IsAttached( const OpenGLTexture& rTexture ) const;
void AttachTexture( const OpenGLTexture& rTexture );
void DetachTexture();