pub fn interpret<'a, 'b>(
ops: impl Iterator<Item = TypedInstruction<'b>>,
resources: &Resources<'a>,
context: &mut Context<'a>,
device: &mut impl Device<'a>,
)Expand description
Interpret the instructions from ops and render them into the device.