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

Move WGPU engine to its own module #367

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Move WGPU engine to its own module #367

merged 2 commits into from
Oct 3, 2023

Commits on Oct 2, 2023

  1. Move WGPU engine to its own module

    Disentangle the wgpu implementation of Engine from the mechanisms to create recordings, as the former can in theory be used with multiple back-ends.
    
    Also change the name to WgpuEngine to emphasize that it is one choice among possibly many. Most clients are currently using the `Renderer` abstraction, which is not changed, so the refactor is fairly well hidden.
    raphlinus committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bdc15c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180e72d View commit details
    Browse the repository at this point in the history