OPENGL: Refactored filtering support

This commit is contained in:
Cameron Cawley 2022-10-06 20:08:31 +01:00 committed by Eugene Sandulenko
parent 9167451b59
commit aa21e7226a
2 changed files with 39 additions and 35 deletions

View file

@ -322,6 +322,8 @@ protected:
void recalculateDisplayAreas() override;
void handleResizeImpl(const int width, const int height) override;
void updateLinearFiltering();
/**
* The default pixel format of the backend.
*/