510c0a5400
Add debug logging to egl via the `EGL_KHR_debug` extension similar to our support for `GL_KHR_debug`. Sadly unlike the GL-extensions the EGL-extension does not let us provide any user-data for the callback, so we fall back to using `slog-stdlog`, when available. Since we only want to initialize this once, when libEGL gets loaded and not per display, but we need to query the list of supported extensions first, some initialization steps where moved around. |
||
---|---|---|
.. | ||
resources | ||
src | ||
Cargo.toml | ||
build.rs |