EGL15.EglGetSyncAttrib(EGLDisplay, EGLSync, Int32, Int64[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- dpy
- EGLDisplay
- sync
- EGLSync
- attribute
- Int32
- value
- Int64[]
- offset
- Int32
Returns
- Attributes
Remarks
C function EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value )
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.