mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
6 lines
85 B
Rust
6 lines
85 B
Rust
mod context;
|
|
mod executor;
|
|
|
|
pub use context::Context;
|
|
pub use executor::GpuExecutor;
|