mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Implement generic pipeline caching
This commit is contained in:
@@ -9,7 +9,7 @@ pub use graphene_application_io::ApplicationIo;
|
||||
#[derive(Default)]
|
||||
pub struct PlatformApplicationIo {
|
||||
#[cfg(feature = "wgpu")]
|
||||
pub(crate) gpu_executor: Option<WgpuExecutor>,
|
||||
gpu_executor: Option<WgpuExecutor>,
|
||||
resources: Option<Box<dyn resource::LoadResource>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user