pub type SystemWorldComputeGraph = WorldComputeGraph<SystemCompilerFeat>;
Expand description
The compute graph in system environment.
Aliased Type§
struct SystemWorldComputeGraph {
pub snap: CompileSnapshot<SystemCompilerFeat>,
/* private fields */
}
Fields§
§snap: CompileSnapshot<SystemCompilerFeat>
The used snapshot.