Ján Tóth
Ján Tóth
This adds a really basic bloom example. While it runs, I would not merge this just yet, as I want to work on it a bit more: - [x] `?`...
Hello, It would be useful if `imgui::DrawVert` implemented `zerocopy::AsBytes` or similar, possibly conditionally, based on a enabled feature so that the project doesn't have to accumulate dependencies. This can currently...
I have a pipeline that is SRGB aware, but after a certain point I'd like to treat it as `Rgba8Unorm`, because I composite UI on top, and there's colors there...
**Is your feature request related to a problem? Please describe.** I erroneously managed to have the following setup in wgpu 0.13.1: - `wgpu::RenderPipeline` defines no push constant ranges - the...
Alacritty deletes scrollback history on resuming after being hidden on Windows~for Maximized/Fullscreen modes. Doesn't happen for Windowed mode~. Happens on two of my Windows machines. Didn't happen with previous versions...
Hi! Before I get to the issue at hand, I really want to thank everyone working on ivy for their work. `swiper` and `counsel-rg` were two of the three "killer...
### Issue description I followed the manual installation instructions https://github.com/ChrisDill/Raylib-cs#installation---manual When trying to launch a hello world example from the readme, it couldn't find raylib.dll. Raylib-cs's build script seems to...
We have a project, where we generate both C and C# bindings for a Rust library. The API is very C-like, and we take care not to use any fancy...
Hey :) I am using the nightly `allocator_api` with a custom allocator. To guarantee safety in my setup, the allocator I have is not `Clone`. This worked with collections in...
Minizing the window sends a resize event with 160x28 on Windows (at least on my machine). This causes an unfortunate event in alacritty on Windows, where a strange behavior in...