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
I did some experimenting, and it seems to work as expected if I just declare the extensions like any other parts of OpenGL: adding functions with @glfunc and adding constants to glConstants.jl. For example, here's ARB_bindless_texture:
How would I load extensions (whether in a fork of this library, or in my own project)? Say, ARB_bindless_texture.
The text was updated successfully, but these errors were encountered: