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
In order for volkLoadDeviceTable to work, we need to load vkGetDeviceProcAddr
In the future we might expose something like volkLoadInstanceDeviceTable
(which would take both instance and device handles), but with the
current interface the only option is to load an extra pointer, which
technically is instance-specific.
0 commit comments