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:
parent
239c115249
commit
6632e909da
10 changed files with 70 additions and 70 deletions
|
@ -324,6 +324,8 @@ protected:
|
|||
|
||||
void updateLinearFiltering();
|
||||
|
||||
Pipeline *getPipeline() const { return _pipeline; }
|
||||
|
||||
/**
|
||||
* The default pixel format of the backend.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue