vello/examples
Raph Levien d6cbae2a3f Fixes to get example running in wasm
A number of things were wrong:

* The args were missing to `run`
* The robust memory changes introduced uniformity errors
* `clear_buffer` is a todo for wgpu on wasm
* Some more time calls crept in
* Initializing both env_logger and console_logger fails

In addition, we conditionally opt the shaders into
`workgroupUniformLoad`, as that's available on wasm but not yet native.

Some of the things (args, uniformity errors) are important fixes. Other
things (clear_buffer, wUL being optional) are workarounds for wgpu
limitations and have TODO items to be removed when wgpu catches up.
2023-01-26 12:19:12 -08:00
..
assets Update the README to reflect velloness (#233) 2023-01-05 22:56:46 +00:00
run_wasm Update references to piet-gpu where it makes sense (#240) 2023-01-08 16:15:51 +00:00
usvg_viewer example: SVG viewer based on usvg (#260) 2023-01-21 18:20:56 +00:00
with_bevy Update for peniko changes 2023-01-17 12:31:57 -05:00
with_winit Fixes to get example running in wasm 2023-01-26 12:19:12 -08:00