Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Khitiara opened this issue Aug 16, 2022 · 1 comment
Open
Labels
area-Vulkan enhancement New feature or request

Comments

@Khitiara
Copy link
Contributor

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.

@Khitiara Khitiara added the enhancement New feature or request label Aug 16, 2022
@HurricanKai
Copy link
Member

This is planned for 3.0, but more generically for any handle type of any binding.

@Perksey Perksey changed the title Generation of vkGetDeviceProcAddr- and vkGetInstanceProcAddr-based overloads Create instance methods for Vulkan handles omitting the instance parameter Mar 28, 2023
@Perksey Perksey added this to the Future/Help Wanted milestone Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Vulkan enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants