Android.Opengl.EGL14.EglCreateContext Method

Syntax

[Android.Runtime.Register("eglCreateContext", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Landroid/opengl/EGLContext;[II)Landroid/opengl/EGLContext;", "")]
public static EGLContext EglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, int[] attrib_list, int offset)

Parameters

dpy
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.
offset
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