Syntax
[Android.Runtime.Register("eglCreateContext", "(Ljavax/microedition/khronos/egl/EGLDisplay;Ljavax/microedition/khronos/egl/EGLConfig;Ljavax/microedition/khronos/egl/EGLContext;[I)Ljavax/microedition/khronos/egl/EGLContext;", "GetEglCreateContext_Ljavax_microedition_khronos_egl_EGLDisplay_Ljavax_microedition_khronos_egl_EGLConfig_Ljavax_microedition_khronos_egl_EGLContext_arrayIHandler:Javax.Microedition.Khronos.Egl.IEGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
EGLContext EglCreateContext (
EGLDisplay display,
EGLConfig config,
EGLContext share_context,
int[] attrib_list)
Parameters
- display
- Documentation for this section has not yet been entered.
- config
- Documentation for this section has not yet been entered.
- share_context
- Documentation for this section has not yet been entered.
- attrib_list
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Javax.Microedition.Khronos.Egl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1