gpu-descriptor
gpu-descriptor copied to clipboard
Backend agnostic descriptor allocator for Vulkan-like APIs
See: https://github.com/badges/shields/issues/8671
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. Release notes Sourced from bitflags's releases. 2.3.1 What's Changed Fix Self in flags value expressions by @KodrAus in bitflags/bitflags#355 Prepare...
Cleanups
As in https://github.com/zakarumych/gpu-descriptor/issues/24 there is another new hashbrown (that is causing multiple other old things to be brought in as well), can another patch release be done and released with...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
### Background: Hello, the Fuchsia project vendors crates from crates.io, and in order to do so we require explicit license files alongside the source code. Here is the policy: https://fuchsia.dev/fuchsia-src/contribute/governance/policy/open-source-licensing-policies?hl=en#licenses_and_tracking...
How can I use the `DescriptorAllocator` without freeing individual descriptors? I would like to just drop them and then reset the whole pool. Current API seems to assume all descriptor...