CreateWindowSurface Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IntPtr CreateWindowSurface(
IntPtr display,
IntPtr config,
IntPtr window,
int[]? attrs
)
Public Function CreateWindowSurface (
display As IntPtr,
config As IntPtr,
window As IntPtr,
attrs As Integer()
) As IntPtr
member CreateWindowSurface :
display : IntPtr *
config : IntPtr *
window : IntPtr *
attrs : int[] -> IntPtr