EGL15.EglClientWaitSync(EGLDisplay, EGLSync, Int32, Int64) 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.
[Android.Runtime.Register("eglClientWaitSync", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;IJ)I", "", ApiSince=29)]
public static int EglClientWaitSync (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLSync? sync, int flags, long timeout);
[<Android.Runtime.Register("eglClientWaitSync", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;IJ)I", "", ApiSince=29)>]
static member EglClientWaitSync : Android.Opengl.EGLDisplay * Android.Opengl.EGLSync * int * int64 -> int
Parameters
- dpy
- EGLDisplay
- sync
- EGLSync
- flags
- Int32
- timeout
- Int64
Returns
- Attributes