ickk
ickk
wgpu has a way to filter the underlying GPU using an environment variable This is an incredibly useful feature for testing an application's performance with different GPUs, and for checking...
### Description When I create multiple windows with winit, and for each window call `window.request_redraw()` in the `AboutToWait` handler, I do not receive the corresponding `WindowEvent::RedrawRequested` for all of the...
Uses fewer transcendental functions than the existing approach
It would be possible (maybe slightly cursed?) to implement `NonMaxU32` (and larger) in terms of some stable standard library type that already has a niche at `u32::MAX`, removing the run-time...
I wanted a casting iterator for `ReadIndices` that would try to cast indices into `u16`s rather than `u32`s. I've implemented this feature, but not totally sure if it's something you...
In the *Memory* tab, it would be useful if memory-types were numbered with the memory-type-index as provided by [vkGetPhysicalDeviceMemoryProperties](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkGetPhysicalDeviceMemoryProperties.html). As it stands (3.31) the memory-types are numbered seemingly by just...