fix example
This commit is contained in:
parent
eb53ccc9b1
commit
913f53be93
@ -339,10 +339,7 @@ impl FromWorld for CustomPhasePipeline {
|
|||||||
let specialized_cache =
|
let specialized_cache =
|
||||||
SpecializedCache::new(CustomPhaseSpecializer, None, base_descriptor);
|
SpecializedCache::new(CustomPhaseSpecializer, None, base_descriptor);
|
||||||
|
|
||||||
Self {
|
Self { specialized_cache }
|
||||||
_shader: shader,
|
|
||||||
specialized_cache,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user