GlUtil.GlException


class GlUtil.GlException : Exception


Thrown when an OpenGL error occurs.

Summary

Public constructors

GlException(message: String!)

Creates an instance with the specified error message.

GlException(message: String!, errorCodes: (Mutable)List<Int!>!)

Creates an instance with the specified error message and error codes.

Public properties

ImmutableList<Int!>!

The OpenGL error codes if present, empty if the error is not from the OpenGL engine.

Public constructors

GlException

GlException(message: String!)

Creates an instance with the specified error message.

GlException

GlException(message: String!, errorCodes: (Mutable)List<Int!>!)

Creates an instance with the specified error message and error codes.

Public properties

errorCodes

val errorCodesImmutableList<Int!>!

The OpenGL error codes if present, empty if the error is not from the OpenGL engine.