EGL14.EglGetDisplay(Int32) Method

Definition

[Android.Runtime.Register("eglGetDisplay", "(I)Landroid/opengl/EGLDisplay;", "")]
public static Android.Opengl.EGLDisplay? EglGetDisplay (int display_id);
[<Android.Runtime.Register("eglGetDisplay", "(I)Landroid/opengl/EGLDisplay;", "")>]
static member EglGetDisplay : int -> Android.Opengl.EGLDisplay

Parameters

display_id
Int32

Returns

Attributes

Remarks

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.

Applies to