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