pub fn sprite_model_from_clip_frame(
clip: &DecodedClip,
frame: usize,
) -> SpriteModelExpand description
Build the SpriteModel for frame frame of a decoded clip — the
per-frame model uploaded into a flipbook chain (VCL.2).
§Panics
If frame is out of range, or the frame fails the layout invariants.