Skip to content

render/egl: Change KHR_debug log to include error code

Simon Ser requested to merge github/fork/ascent12/egl-error into master

Created by: ascent12

I don't know why on earth I didn't include this when I originally added this.

It's not worth creating and trying to maintain a big lookup table of EGL error values. You can just search the EGL headers for it, which is also why the error code is in hexadecimal.

Merge request reports