diff --git a/src/OpenGl/OpenGl_TextureBufferArb.hxx b/src/OpenGl/OpenGl_TextureBufferArb.hxx index 9193f842be..9ffcb5de76 100644 --- a/src/OpenGl/OpenGl_TextureBufferArb.hxx +++ b/src/OpenGl/OpenGl_TextureBufferArb.hxx @@ -98,6 +98,12 @@ public: Standard_EXPORT void UnbindTexture (const Handle(OpenGl_Context)& theGlCtx, const Graphic3d_TextureUnit theTextureUnit) const; + //! Returns name of TBO. + GLuint TextureId() const + { + return myTextureId; + } + protected: GLuint myTextureId; //!< texture id