Constant webrender::gpu_cache::RECLAIM_THRESHOLD
source ยท const RECLAIM_THRESHOLD: f32 = 0.2;
Expand description
The ratio of utilized blocks to total blocks for which we start the clock on reclaiming memory.
const RECLAIM_THRESHOLD: f32 = 0.2;
The ratio of utilized blocks to total blocks for which we start the clock on reclaiming memory.