From: isk Date: Wed, 31 Aug 2016 09:20:36 +0000 (+0300) Subject: public fields of OpenGl_TextureBufferArb. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e5593d7d75ea96c8b339045860adabdbde230b74;p=occt-copy.git public fields of OpenGl_TextureBufferArb. --- diff --git a/src/OpenGl/OpenGl_TextureBufferArb.hxx b/src/OpenGl/OpenGl_TextureBufferArb.hxx index d375f7b2c7..cc60848839 100644 --- a/src/OpenGl/OpenGl_TextureBufferArb.hxx +++ b/src/OpenGl/OpenGl_TextureBufferArb.hxx @@ -98,7 +98,7 @@ public: Standard_EXPORT void UnbindTexture (const Handle(OpenGl_Context)& theGlCtx, const GLenum theTextureUnit = GL_TEXTURE0) const; -protected: +public: GLuint myTextureId; //!< texture id GLenum myTexFormat; //!< internal texture format