mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 04:27:08 +00:00
552d91e92a
We have GL_KHR_debug for proper error handling. ogl_WarnIfError isn't really useful since it doesn't provide per-call granularity and requires recompilation. So if it'll be really needed we can wrap all GL calls into a macro like GL_CALL.