mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[client] egl: don't define FSR_RCAS_F in ffx_fsr1_rcas.frag
This commit is contained in:
parent
c3a143732c
commit
ccee347740
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ uniform uvec2 uOutRes;
|
|||
#include "ffx_a.h"
|
||||
|
||||
#define FSR_EASU_F 1
|
||||
#define FSR_RCAS_F 1
|
||||
|
||||
AF4 FsrEasuRF(AF2 p){return AF4(textureGather(iChannel0, p, 0));}
|
||||
AF4 FsrEasuGF(AF2 p){return AF4(textureGather(iChannel0, p, 1));}
|
||||
|
|
Loading…
Reference in a new issue