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