Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement PaintCallbacks With Support for WGPU #1684

Merged
merged 5 commits into from
May 28, 2022

Commits on May 27, 2022

  1. Re-implement PaintCallbacks With Support for WGPU

    This makes breaking changes to the PaintCallback system, but makes it
    flexible enough to support both the WGPU and glow backends with custom
    rendering.
    
    Also adds a WGPU equivalent to the glow demo for custom painting.
    zicklag committed May 27, 2022
    Configuration menu
    Copy the full SHA
    245e460 View commit details
    Browse the repository at this point in the history
  2. Remove Changes to WASM Build

    zicklag committed May 27, 2022
    Configuration menu
    Copy the full SHA
    dfe0a22 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    zicklag and emilk authored May 27, 2022
    Configuration menu
    Copy the full SHA
    d5d8cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aee50b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Update Cargo.lock

    emilk committed May 28, 2022
    Configuration menu
    Copy the full SHA
    17751e2 View commit details
    Browse the repository at this point in the history