vulkan icon indicating copy to clipboard operation
vulkan copied to clipboard

Make VkNonDispatchableHandle uint64 and bring back vkPreload

Open oakes opened this issue 4 years ago • 2 comments

Fixes https://github.com/nimgl/nimgl/issues/70 and regenerates vulkan.nim, fixing the incorrect regeneration from this commit: https://github.com/nimgl/vulkan/commit/091ff99e6542f613aadb83c4aad7948299088d93

oakes avatar Sep 17 '21 07:09 oakes

@lmariscal this PR should fix this issue: https://github.com/nimgl/nimgl/issues/72

The vulkan triangle test is currently broken because vkPreload (and other things) were removed in this commit: https://github.com/nimgl/vulkan/commit/091ff99e6542f613aadb83c4aad7948299088d93

I'm guessing vulkan.nim was regenerated based on an old commit because those things re-appeared when I ran nimble gen again.

oakes avatar Oct 15 '21 10:10 oakes

BTW, running nimble test still fails because i think it's using the release version of nimgl/vulkan, rather than the one from this repo...

oakes avatar Oct 15 '21 10:10 oakes