Draft: Add builder methods#4
Conversation
|
oh and we also need to reexport this new trait in the vk module ash/generator-rewrite/src/output.rs Line 235 in bb7683e |
done |
|
looking good |
| } | ||
|
|
||
| #[derive(Debug, Clone, Copy)] | ||
| pub enum RustType { |
There was a problem hiding this comment.
Hm, this abstraction is getting pretty leaky and ugly, but I'm not sure what else to do here :/
Originally I wanted the analysis crate to theoretically be used to generate Vulkan bindings for any programming language (except for the to_rust module obv.).
|
I am currently working on trimming the In opacity_micromap.rs, there are both After trimming Other than that this is fine. I can push if you would like me to do so as well, but the generated code does not build successfully. |
|
can we do the same thing ash does by generating a |
that works, should we also extend that to work with every unrelated but I have been trying to get loaders working. got simple code-gen going for |
|
alright, I implemented fix for it here jedjoud10@860b607, albeit you might need to cherry pick that and this previous commit as well jedjoud10@ff183e2 I am unsure why it shows that the entirety of the |
No description provided.