OpenGLException constructor

OpenGLException(
  1. String message,
  2. int error
)

Implementation

OpenGLException(this.message, this.error);