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

Retain caches in iced_wgpu as long as Rc values are alive #2409

Merged
merged 2 commits into from
Apr 28, 2024

Commits on Apr 27, 2024

  1. Retain caches in iced_wgpu as long as Rc values are alive

    This allows reusing a `canvas::Cache` at no cost even if it
    is not presented every frame.
    hecrj committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2dcd4f9 View commit details
    Browse the repository at this point in the history
  2. Create the_matrix example

    hecrj committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    aeede66 View commit details
    Browse the repository at this point in the history