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
get_exts treats an implementation having 0 extensions as an error case even though the spec makes no guarantees about the number of extensions provided by an implementation:
Admittedly this is not that big of a deal because practically every "real" GL implementation has at least one extension, but I ran into it while testing a program using glad against the translation layer I'm working on (which currently advertises having no extensions).
The text was updated successfully, but these errors were encountered:
The-Minecraft-Scientist
changed the title
Glad loader does not correctly handle GL implementations with 0 extensions
Glad generated loader does not correctly handle GL implementations with 0 extensions
Sep 29, 2024
get_exts
treats an implementation having 0 extensions as an error case even though the spec makes no guarantees about the number of extensions provided by an implementation:Admittedly this is not that big of a deal because practically every "real" GL implementation has at least one extension, but I ran into it while testing a program using glad against the translation layer I'm working on (which currently advertises having no extensions).
The text was updated successfully, but these errors were encountered: