mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: re-order CAS to before FSR for better results
This commit is contained in:
parent
3f8c7c8d0d
commit
fe6339fc77
@ -171,8 +171,8 @@ bool egl_desktopInit(EGL * egl, EGL_Desktop ** desktop_, EGLDisplay * display,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
egl_postProcessAdd(desktop->pp, &egl_filterFFXFSR1Ops);
|
|
||||||
egl_postProcessAdd(desktop->pp, &egl_filterFFXCASOps );
|
egl_postProcessAdd(desktop->pp, &egl_filterFFXCASOps );
|
||||||
|
egl_postProcessAdd(desktop->pp, &egl_filterFFXFSR1Ops);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user