pub const MAX_GRADIENT_STOPS: usize = 6;Expand description
The most stops one gradientMap use can carry — the packing budget:
6 color vec4s + 6 positions + angle + amount is exactly
MAX_FILTER_PARAM_VECS.
pub const MAX_GRADIENT_STOPS: usize = 6;The most stops one gradientMap use can carry — the packing budget:
6 color vec4s + 6 positions + angle + amount is exactly
MAX_FILTER_PARAM_VECS.