1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0025464: Visualization - provide package for Volume Rendering

This commit is contained in:
vsv 2017-06-26 16:40:15 +03:00 committed by bugmaster
parent 8574e3291f
commit f2f4e84dca

View File

@ -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