mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 06:04:39 -04:00
Reduce glTexSubImage2D calls
- far less texture update calls for high speed waterfall rates
This commit is contained in:
@@ -100,6 +100,7 @@ void WaterfallCanvas::processInputQueue() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
waterfallPanel.update();
|
||||
tex_update.unlock();
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user