mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +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;
|