pub const ALIGNED_FRAME_FLAG: u16 = 0x8000;Expand description
Top bit of the layer frame’s leading u16: marks an aligned frame whose
IPC streams are padded to 8-byte boundaries (see the module docs). The
remaining 15 bits carry the layer count, so a tile may have at most
0x7fff layers. Old frames never set this bit (layer counts are tiny).