wgpu::dispatch

Trait BlasInterface

Source
pub trait BlasInterface: CommonTraits {
    // Required methods
    fn prepare_compact_async(&self, callback: BlasCompactCallback);
    fn ready_for_compaction(&self) -> bool;
}

Required Methods§

Implementors§

Source§

impl BlasInterface for CoreBlas

Available on wgpu_core only.