Android.Opengl.GLUtils.GetEGLErrorString Method
Return a string for the EGL error code, or the hex representation if the error is unknown.

Syntax

[Android.Runtime.Register("getEGLErrorString", "(I)Ljava/lang/String;", "")]
public static string GetEGLErrorString (int error)

Parameters

error
The EGL error to convert into a String.

Returns

Documentation for this section has not yet been entered.

Remarks

Return a string for the EGL error code, or the hex representation if the error is unknown.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14