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

Map function without DLL #156

Open
amerkoleci opened this issue Jan 22, 2020 · 0 comments
Open

Map function without DLL #156

amerkoleci opened this issue Jan 22, 2020 · 0 comments

Comments

@amerkoleci
Copy link
Contributor

amerkoleci commented Jan 22, 2020

Hi,

I'm trying to create vulkan bindings using (https://github.com/KhronosGroup/Vulkan-Headers/blob/master/include/vulkan/vulkan_core.h), as you can see I want to workaround the VK_NO_PROTOTYPES and avoid to have dll thus PInvoke layer, what I just want to have the stubs for functions and have functions loaded like volk (https://github.com/zeux/volk), then I can load entry points using vkGetInstanceProcAddr etc, what I basically need is just the calli stub (lets say).

Any thoughts?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant