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:
parent
8574e3291f
commit
f2f4e84dca
@ -98,6 +98,12 @@ public:
|
|||||||
Standard_EXPORT void UnbindTexture (const Handle(OpenGl_Context)& theGlCtx,
|
Standard_EXPORT void UnbindTexture (const Handle(OpenGl_Context)& theGlCtx,
|
||||||
const Graphic3d_TextureUnit theTextureUnit) const;
|
const Graphic3d_TextureUnit theTextureUnit) const;
|
||||||
|
|
||||||
|
//! Returns name of TBO.
|
||||||
|
GLuint TextureId() const
|
||||||
|
{
|
||||||
|
return myTextureId;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
GLuint myTextureId; //!< texture id
|
GLuint myTextureId; //!< texture id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user