mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Derive pushed index levels per input and pop them when lifting requirements
This commit is contained in:
@@ -237,9 +237,8 @@ fn assign_colors_graphic<'e>(
|
||||
Ok((element, transform, layer_path))
|
||||
}
|
||||
|
||||
/// Where each lane's colors start in the level's flattened vector run, so the
|
||||
/// level is counted once per evaluation rather than once per lane. `offsets`
|
||||
/// holds one entry per lane plus the total.
|
||||
/// Where each lane's colors start in the level's flattened vector run, valid
|
||||
/// for one key and generation. `offsets` holds one entry per lane plus the total.
|
||||
#[derive(Debug)]
|
||||
pub struct LaneOffsets {
|
||||
key: u64,
|
||||
|
||||
Reference in New Issue
Block a user