From e5593d7d75ea96c8b339045860adabdbde230b74 Mon Sep 17 00:00:00 2001 From: isk Date: Wed, 31 Aug 2016 12:20:36 +0300 Subject: [PATCH] public fields of OpenGl_TextureBufferArb. --- src/OpenGl/OpenGl_TextureBufferArb.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5