Skip to main content

drive

Function drive 

Source
pub fn drive<A: LocalAdapter>(
    encoded: &EncodedScene,
    adapter: &A,
    states: &[A::State],
    profile: &DeviceProfile,
) -> Result<Vec<Rc<Expr>>>
Expand description

Adapts an already encoded Scene for many device states.