BACKENDS: OPENGL: Hide active pipeline and activate it as needed

This removes the idea of global pipeline.
The activePipeline is kept for pipeline lifecycle management only.
This commit is contained in:
Le Philousophe 2022-10-31 11:54:14 +01:00
parent 239c115249
commit 6632e909da
10 changed files with 70 additions and 70 deletions

View file

@ -324,6 +324,8 @@ protected:
void updateLinearFiltering();
Pipeline *getPipeline() const { return _pipeline; }
/**
* The default pixel format of the backend.
*/