Struct ff_particles::EmittersCache
source · [−]pub struct EmittersCache { /* private fields */ }
Expand description
Multiple emitters drawn simultaneously.
Will reuse as much GPU resources as possible, so should be more efficient than
just Vec
Implementations
Auto Trait Implementations
impl RefUnwindSafe for EmittersCache
impl Send for EmittersCache
impl Sync for EmittersCache
impl Unpin for EmittersCache
impl UnwindSafe for EmittersCache
Blanket Implementations
Mutably borrows from an owned value. Read more