-
Notifications
You must be signed in to change notification settings - Fork 12
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
Precompilation fails on 0.1.2 #16
Comments
Ok, this is weird - even an explicit downgrade to 0.1.1 doesn't seem to fix this |
Indeed, VulkanCore does not use semantic versioning (to be in line with Vulkan versions) and has been updated yesterday. It should be good on master now (locked the version for VulkanCore). Tagging a new release. After that I'll update the repo to a breaking 0.2.0 version with changes not yet pushed with the latest VulkanCore. |
@JuliaRegistrator register() |
Registration pull request created: JuliaRegistries/General/35706 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
|
Error while trying to register: Unexpected error in registration |
Huuh, the registry PR looks fine, let's wait a bit and see if whatever problem goes away |
The PR exists 🤔 |
It's now fixed. Thanks for reporting. |
Yep, I can confirm it works! Same goes for the ExtensionProperties thing, the names are correct now :) |
Error log
Short version:
UndefVarError: VkAccelerationStructureVersionKHR not defined
atVulkan\Ek6Ym\generated\vulkan_wrapper.jl:718
. Is this from VulkanCore? Would this need a new version/update the dependency as well?The text was updated successfully, but these errors were encountered: