EGL15.EglCreateSync(EGLDisplay, Int32, Int64[], Int32) Method

Definition

[Android.Runtime.Register("eglCreateSync", "(Landroid/opengl/EGLDisplay;I[JI)Landroid/opengl/EGLSync;", "", ApiSince=29)]
public static Android.Opengl.EGLSync? EglCreateSync (Android.Opengl.EGLDisplay? dpy, int type, long[]? attrib_list, int offset);
[<Android.Runtime.Register("eglCreateSync", "(Landroid/opengl/EGLDisplay;I[JI)Landroid/opengl/EGLSync;", "", ApiSince=29)>]
static member EglCreateSync : Android.Opengl.EGLDisplay * int * int64[] * int -> Android.Opengl.EGLSync

Parameters

type
Int32
attrib_list
Int64[]
offset
Int32

Returns

Attributes

Applies to