RepoNotes
Toggle theme
Loading ...
Sign in
EmbarkStudios/ash
Vulkan bindings for Rust
0
25
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
EmbarkStudios
1317
Followers
0
Following
346
Repos
EmbarkStudios
The future belongs to the curious
Branches
wip-generator
trying
trait-version
Releases
Commits
generator: Wrap `_as_c_str()` getter for possibly-pointers in `Option` (#860) While this function is already marked `unsafe` to represent cases where an invalid pointer might be dereferenced, it sho
generator: Derive slice getters/setters for runtime-bounded static arrays (#858) Upstream Vulkan is okay with the request to annotate static arrays with a `len="structField"` annotation when the siz
Fix Rust 1.75 clippy lints (#859) Rust 1.75 has once again gotten a bit more complete/strict when linting code. `.get(0)` is now recommended to be replaced with `.first()`, and needless glob reexp
Issues