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
As you are pursuing multi-context, it would be useful to be able to set a pointer to user data when setting up the callbacks, similar to how GLFW does it. For example,
The window must be a global variable in this case, but if a context specific pointer was given back, then an instance-local window could be passed in. Is this a feature you would be interested in implementing?
The text was updated successfully, but these errors were encountered:
I agree it would be a useful change. It'll be a breaking change but not everybody override it and breakage will be trivial so I think I'll just go for it.
As you are pursuing multi-context, it would be useful to be able to set a pointer to user data when setting up the callbacks, similar to how GLFW does it. For example,
The window must be a global variable in this case, but if a context specific pointer was given back, then an instance-local window could be passed in. Is this a feature you would be interested in implementing?
The text was updated successfully, but these errors were encountered: