Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functions: add lookup for ARB functions
Instead of adding duplicate entries for functions that were originally added as ARB extensions, just try to remove the ARB suffix, if we find it (e.g., when asked to lookup "glGenBuffersARB" we will look for "glGenBuffers").
- Loading branch information