Skip to content

Commit

Permalink
Move WGPU engine to its own module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raphlinus committed Oct 2, 2023
1 parent ee3a076 commit bdc15c6
Show file tree
Hide file tree
Showing 4 changed files with 811 additions and 815 deletions.
Loading

0 comments on commit bdc15c6

Please sign in to comment.