glamor: Unbreak debugging callback setup on GLES
You will not find GL_ARB_*
extensions in a GLES context by definition,
the droid you're looking for is named GL_KHR_debug
.
You will not find GL_ARB_*
extensions in a GLES context by definition,
the droid you're looking for is named GL_KHR_debug
.