Qt: Implement display linear filtering

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:34 +10:00
parent abf48b6cc2
commit 736d85b0f3
3 changed files with 8 additions and 3 deletions

View File

@ -67,8 +67,6 @@ bool QtDisplayWindow::createDeviceResources()
void QtDisplayWindow::destroyDeviceResources() {}
void QtDisplayWindow::Render() {}
void QtDisplayWindow::onWindowResized(int width, int height)
{
m_window_width = width;