object Egloo
Contains static utilities for EGL and GLES.
val IDENTITY_MATRIX: FloatArray
Identify matrix for general use. |
|
const val SIZE_OF_FLOAT: Int |
fun checkEglError(opName: String): Unit
Checks for EGL errors. |
|
fun checkGlError(opName: String): Unit
Checks for GLES errors. |
|
fun checkGlProgramLocation(location: Int, label: String): Unit
Checks for program handles. |
|
fun logCurrent(msg: String): Unit
Writes the current display, context, and surface to the log. |