EglInterface(Func<String, IntPtr>) Constructor
Initializes a new instance of the EglInterface class
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public EglInterface(
Func<string, IntPtr> getProcAddress
)
Public Sub New (
getProcAddress As Func(Of String, IntPtr)
)
new :
getProcAddress : Func<string, IntPtr> -> EglInterface
Parameters
See Also
Reference
EglInterface Class
EglInterface Overload
Avalonia.OpenGL.Egl Namespace