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 (Int32 error)
public static String GetEGLErrorString (Int32 error)
Parameters
- error
- The EGL error to convert into a String.
Remarks
Return a string for the EGL error code, or the hex representation if the error is unknown.
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14