GetProcAddress Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IntPtr GetProcAddress(
IntPtr proc
)
Public Function GetProcAddress (
proc As IntPtr
) As IntPtr
member GetProcAddress :
proc : IntPtr -> IntPtr