Skip to content

Create instance methods for Vulkan handles omitting the instance parameter #1042

Description

@Khitiara

Summary of feature

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions