ccrowe
var error: Int = GLES30.glGetError() while(error != GLES30.GL_NO_ERROR) { ... error = GLES30.glGetError() }