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