Q_CHANNEL_COUNT

Constant Q_CHANNEL_COUNT 

Source
const Q_CHANNEL_COUNT: usize = 32;
Expand description

Number of q* channels we snapshot/restore between vertices. MilkDrop 2 exposes q1..q32; the underlying MilkContext reserves 64 slots but only the first 32 are user-facing.