EGL14.EglInitialize(EGLDisplay, Int32[], Int32, Int32[], Int32) Method

Definition

[Android.Runtime.Register("eglInitialize", "(Landroid/opengl/EGLDisplay;[II[II)Z", "")]
public static bool EglInitialize (Android.Opengl.EGLDisplay? dpy, int[]? major, int majorOffset, int[]? minor, int minorOffset);
[<Android.Runtime.Register("eglInitialize", "(Landroid/opengl/EGLDisplay;[II[II)Z", "")>]
static member EglInitialize : Android.Opengl.EGLDisplay * int[] * int * int[] * int -> bool

Parameters

major
Int32[]
majorOffset
Int32
minor
Int32[]
minorOffset
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