ChooseConfig Method
Definition
Namespace: Avalonia.OpenGL.Egl
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public bool ChooseConfig(
IntPtr display,
int[] attribs,
out IntPtr surfaceConfig,
int numConfigs,
out int choosenConfig
)
Public Function ChooseConfig (
display As IntPtr,
attribs As Integer(),
<OutAttribute> ByRef surfaceConfig As IntPtr,
numConfigs As Integer,
<OutAttribute> ByRef choosenConfig As Integer
) As Boolean
member ChooseConfig :
display : IntPtr *
attribs : int[] *
surfaceConfig : IntPtr byref *
numConfigs : int *
choosenConfig : int byref -> bool