Skip to content

egl: directly access static members instead of using _egl{Get,Set}ConfigKey()

Eric Engestrom requested to merge eric/mesa:egl-direct-deref into master

This function is meant for when the attribute is unknown at compile-time (eg. user-specified), but in all these cases it is much simpler to just read/write the member directly.

Suggested-by: @evelikov (!3711 (comment 409884))

Merge request reports