Aspen
Aspen
**Is your feature request related to a problem? Please describe.** Some widgets have a way to detect when the input is "finished," the exact meaning of which is contextual to...
First attempt at the custom allocators proposed in #57, including a default implementation providing memory sharing for multi-window apps and a much smaller VRAM allocation footprint (~72MiB combined for `demo_app`)....
Currently, on devices with >1GiB of VRAM, 512MiB is eagerly allocated. On other devices, this number is smaller at 128MiB. On the `demo_app` example, these numbers are further doubled due...
* Version of vulkano: 0.34.1, master * OS: Arch * GPU (the selected PhysicalDevice): Radeon RX 6600 * GPU Driver: Mesa 24.1.1 * Upload of a reasonably minimal complete `main.rs`...