mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-18 21:25:01 +00:00

* Restructure gpu compilation execution pipeline * Add compilation server/client infrastructure * Add wgpu executor
5 lines
85 B
Rust
5 lines
85 B
Rust
mod context;
|
|
mod executor;
|
|
|
|
pub use context::Context;
|
|
pub use executor::GpuExecutor;
|