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
#281 raised the issue of some device extension commands actually being instance-level commands.
These are no longer loaded with vkGetDeviceProcAddr as part of the fix for that issue, but this still leaves no way (without dropping down into loading the functions yourself) to call these commands before creating a device.
The text was updated successfully, but these errors were encountered:
#281 raised the issue of some device extension commands actually being instance-level commands.
These are no longer loaded with
vkGetDeviceProcAddr
as part of the fix for that issue, but this still leaves no way (without dropping down into loading the functions yourself) to call these commands before creating a device.The text was updated successfully, but these errors were encountered: