EGL15.EglGetSyncAttrib(EGLDisplay, EGLSync, Int32, Int64[], Int32) Method

Definition

C function EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value )

[Android.Runtime.Register("eglGetSyncAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;I[JI)Z", "", ApiSince=29)]
public static bool EglGetSyncAttrib (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLSync? sync, int attribute, long[]? value, int offset);
[<Android.Runtime.Register("eglGetSyncAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;I[JI)Z", "", ApiSince=29)>]
static member EglGetSyncAttrib : Android.Opengl.EGLDisplay * Android.Opengl.EGLSync * int * int64[] * int -> bool

Parameters

sync
EGLSync
attribute
Int32
value
Int64[]
offset
Int32

Returns

Attributes

Remarks

C function EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value )

Java documentation for android.opengl.EGL15.eglGetSyncAttrib(android.opengl.EGLDisplay, android.opengl.EGLSync, int, long[], int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to