Kyle Mayes
Kyle Mayes
I think I'll need a self-contained example or at least a stack trace (e.g., set the `RUST_BACKTRACE` environment variable) to be able to provide assistance. I'm not sure what would...
I experimented with using Git LFS to download binaries as a part of `clang-sys` a few weeks ago, but stopped when I recognized a few important issues (sorry for not...
The error message is correct: - The minimum version of `libclang` supported by `clang-sys` is 3.5 - The version of `libclang` you have loaded is `3.8.x` - `clang_getTranslationUnitTargetInfo` is not...
For the first problem, I checked this and `flags` is defined in the previous chapter (`Instance`). The other two problems are duplicates of existing issues that I've just now resolved...
That's a good point, I forgot that the section that introduces the `flags` variable is marked as being a `macOS` section. That could definitely be improved, I see why someone...
> Hopefully this helps and again sorry for lots all the report you tell me if you would prefer I open a different issue for each or whatever you'd prefer...
Creating a checklist so I can track this more easily (feel free to keep adding more if you keep working through the tutorial): - [ ] Rework how compatibility extensions...
Thank you for noting all of this down, I am tracking it here: #151
I've addressed most of these, but I had a question about one of the things you mentioned: On the `vk::CommandBufferUsageFlags::SIMULTANEOUS_USE` flag from the command buffers chapter, did you also see...
Are these changes (and the related ones in `clang-sys`) driven by a particular need? Or is it just cleaning up the API and making it harder to misuse (e.g., sharing...