vello/piet-wgsl/examples/winit/src
Chad Brokaw 4fea305883 Hodgepodge of small fixes
This just a collection of minor fixes to various things I noticed while looking over the code.

Adds a `Device::poll` call to the winit example.
Removes some lingering unnecessary `<f32>`s in the blit shaders.
Removes a duplicated bbox entry in the shared shader inclusion code and collapses nested `concat!`s.

Finally, it reintroduces the computation of separated alpha in the output of fine which I removed in a previous PR. This allows the `render_to_texture` mode to be useful for generating images that can be properly blended over other content. The blit shader has been changed to accommodate this.
2022-11-28 00:03:02 -05:00
..
main.rs Hodgepodge of small fixes 2022-11-28 00:03:02 -05:00
pico_svg.rs Libify piet-wgsl 2022-11-26 14:27:19 -05:00
simple_text.rs Libify piet-wgsl 2022-11-26 14:27:19 -05:00
test_scene.rs revert rename of SceneBuilder ctors 2022-11-26 16:00:34 -05:00