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

错误的vulkanalia版本 #93

Open
ILikeLayla opened this issue Apr 29, 2024 · 2 comments
Open

错误的vulkanalia版本 #93

ILikeLayla opened this issue Apr 29, 2024 · 2 comments

Comments

@ILikeLayla
Copy link

ILikeLayla commented Apr 29, 2024

在“开发环境”当中 vulkanalia 的版本是 0.21.0

vulkanalia = { version = "=0.21.0", features = ["libloading", "provisional", "window"] }

但是现在英文版本是 0.23.0

vulkanalia = { version = "=0.23.0", features = ["libloading", "provisional", "window"] }

并且 0.21.0 版本没有支持bytecode modules, 这导致了 “14. 着色器模块” 的部分代码变得不可用, 因为该部分使用了bytecode modules

use vulkanalia::bytecode::Bytecode;

(这个在 0.21.0 版本会报错,找不到bytecode modules,但是在 0.23.0 可以正常运行)

@ILikeLayla
Copy link
Author

希望这个项目还在维护吧

@chuigda
Copy link
Owner

chuigda commented May 15, 2024

Sorry, my badness. 我有空就去处理 QwQ

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

2 participants