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
Hi! Just wanted to let you know that (unless I made some mistake) on Linux with the proprietary Nvidia driver I only get the three functions from the Init function, all other functions result in a null pointer unless an instance is provided.
I worked around it by calling Init, then creating the instance, then calling InitInstance with that instance. This works, but of course it checks for most the function addresses twice. Is there maybe some way to avoid that?
The text was updated successfully, but these errors were encountered:
Hi! Just wanted to let you know that (unless I made some mistake) on Linux with the proprietary Nvidia driver I only get the three functions from the Init function, all other functions result in a null pointer unless an instance is provided.
I worked around it by calling Init, then creating the instance, then calling InitInstance with that instance. This works, but of course it checks for most the function addresses twice. Is there maybe some way to avoid that?
The text was updated successfully, but these errors were encountered: