| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows reusing a `canvas::Cache` at no cost even if it
is not presented every frame.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Due to AA, it's very expensive to render every cached
layer independently.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f.
|
|
|
|
Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And get rid of the staging belt! :tada:
|
|
|
|
|
|
|
|
|
|
buffers, since storage buffers are not supported on wgpu WASM target at the moment.
|
|
|
|
|
|
|
|
... and move `StaticBuffer` to nested `static` module
|