OnOpenGlRender Method
Called to render the OpenGL content for the current frame.
Definition
Namespace: Avalonia.OpenGL.Controls
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
protected abstract void OnOpenGlRender(
GlInterface gl,
int fb
)
Protected MustOverride Sub OnOpenGlRender (
gl As GlInterface,
fb As Integer
)
abstract OnOpenGlRender :
gl : GlInterface *
fb : int -> unit
Parameters
- GlInterface
- The OpenGL interface for making OpenGL calls. Use GetProcAddress(String) to access additional APIs not covered by GlInterface.
- Int32
- The framebuffer ID to render into.