Syntax
[Android.Runtime.Register("eglMakeCurrent", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;Landroid/opengl/EGLSurface;Landroid/opengl/EGLContext;)Z", "")]
public static
bool EglMakeCurrent (
EGLDisplay dpy,
EGLSurface draw,
EGLSurface read,
EGLContext ctx)
Parameters
- dpy
- Documentation for this section has not yet been entered.
- draw
- Documentation for this section has not yet been entered.
- read
- Documentation for this section has not yet been entered.
- ctx
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17