Skip to main content

OnOpenGlDeinit Method

Called when the OpenGL context is being destroyed.

Definition

Namespace: Avalonia.OpenGL.Controls
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)

protected virtual void OnOpenGlDeinit(
GlInterface gl
)

Parameters

  GlInterface
The OpenGL interface for making OpenGL calls. Use GetProcAddress(String) to access additional APIs not covered by GlInterface.

See Also

Reference

OpenGlControlBase Class
Avalonia.OpenGL.Controls Namespace