HardwareAcceleration

Trait HardwareAcceleration 

Source
pub trait HardwareAcceleration {
    // Provided method
    fn hardware_accelerated(&self, operation: HardwareOperation) -> bool { ... }
}
Expand description

Hardware acceleration traits for future optimized implementations.

This trait provides hooks for hardware-accelerated operations that may be available on specialized hardware or through optimized libraries.

Provided Methods§

Source

fn hardware_accelerated(&self, operation: HardwareOperation) -> bool

Check if hardware acceleration is available for this operation.

Implementors§