GLU.GluErrorString(Int32) Method

Definition

Return an error string from a GL or GLU error code.

[Android.Runtime.Register("gluErrorString", "(I)Ljava/lang/String;", "")]
public static string? GluErrorString (int error);
[<Android.Runtime.Register("gluErrorString", "(I)Ljava/lang/String;", "")>]
static member GluErrorString : int -> string

Parameters

error
Int32
  • a GL or GLU error code.

Returns

the error string for the input error code, or NULL if the input was not a valid GL or GLU error code.

Attributes

Remarks

Return an error string from a GL or GLU error code.

Java documentation for android.opengl.GLU.gluErrorString(int).

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