mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-15 03:20:00 +01:00
* renderer_opengl: Namespace OpenGL code Namespaces all OpenGL code under the OpenGL namespace. Prevents polluting the global namespace and allows clear distinction between other renderers' code in the future. * Also namespace TextureCubeConfig