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
Generation of a type which, taking an Instance or Device handle, provides (possibly lazy) overloads of various vulkan functions which omit the Instance or Device handle implemented through the function pointers returned by vkGetInstanceProcAddr and vkGetDeviceProcAddr.
Comments
C/C++ projects using vulkan can use volk to achieve this same result.