You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing OpenGL programs that use libepoxy, clangd really wants to include epoxy/gl_generated.h for any OpenGL API calls I use. But the correct way to use libepoxy is to include epoxy/gl.h (source).
Is there a way I can tell which header is the correct one to include. Maybe we can have a header mapping option, like: