OnOpenGlDeinit Method
Called when the OpenGL context is being destroyed.
Definition
Namespace: Avalonia.OpenGL.Controls
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
protected virtual void OnOpenGlDeinit(
GlInterface gl
)
Protected Overridable Sub OnOpenGlDeinit (
gl As GlInterface
)
abstract OnOpenGlDeinit :
gl : GlInterface -> unit
override OnOpenGlDeinit :
gl : GlInterface -> unit
Parameters
- GlInterface
- The OpenGL interface for making OpenGL calls. Use GetProcAddress(String) to access additional APIs not covered by GlInterface.