pub struct ComputePresets;Implementations§
Source§impl ComputePresets
impl ComputePresets
Sourcepub fn chaos_field() -> GpuParticleSystem
pub fn chaos_field() -> GpuParticleSystem
100K chaos field: mix of point attractors + Lorenz
Sourcepub fn fireworks() -> GpuParticleSystem
pub fn fireworks() -> GpuParticleSystem
Fireworks burst: particles explode from center with gravity
Sourcepub fn fluid_particles() -> GpuParticleSystem
pub fn fluid_particles() -> GpuParticleSystem
Fluid simulation particles
Auto Trait Implementations§
impl Freeze for ComputePresets
impl RefUnwindSafe for ComputePresets
impl Send for ComputePresets
impl Sync for ComputePresets
impl Unpin for ComputePresets
impl UnsafeUnpin for ComputePresets
impl UnwindSafe for ComputePresets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more