Programming API Reference: EduGraf.OpenGL

Class public GlTextureHandle

: TextureHandle, IDisposable
This is the OpenGL texture-handle implementation.
Property protected uint Handle { get; }: id of the texture on the GPU

Method public void Activate()

Activates the texture on the selected unit.
  • int unit

Method public void Deactivate()

Deactivates the texture.