Language

IEGL10.EglGetError Method

Definition

Gets and clears the error from the last EGL function invoked on the current thread.

[Android.Runtime.Register("eglGetError", "()I", "GetEglGetErrorHandler:Javax.Microedition.Khronos.Egl.IEGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int EglGetError();
[<Android.Runtime.Register("eglGetError", "()I", "GetEglGetErrorHandler:Javax.Microedition.Khronos.Egl.IEGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member EglGetError : unit -> int

Returns

The EGL error code. Calling this method resets the error to EglSuccess.

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