Skip to content

Conversation

@oakes
Copy link
Contributor

@oakes oakes commented Sep 17, 2021

Fixes nimgl/nimgl#70 and regenerates vulkan.nim, fixing the incorrect regeneration from this commit: 091ff99

@oakes oakes changed the title Make VkNonDispatchableHandle uint64 Make VkNonDispatchableHandle uint64 and bring back vkPreload Oct 15, 2021
@oakes
Copy link
Contributor Author

oakes commented Oct 15, 2021

@lmariscal this PR should fix this issue: nimgl/nimgl#72

The vulkan triangle test is currently broken because vkPreload (and other things) were removed in this commit: 091ff99

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

@oakes
Copy link
Contributor Author

oakes commented Oct 15, 2021

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...

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

Successfully merging this pull request may close these issues.

VkNonDispatchableHandle should be an unsigned sixty-four bit integer, not a signed one

1 participant