[client] egl: don't define FSR_RCAS_F in ffx_fsr1_rcas.frag

This commit is contained in:
Quantum 2021-08-09 23:55:46 -04:00 committed by Geoffrey McRae
parent c3a143732c
commit ccee347740

View File

@ -17,7 +17,6 @@ uniform uvec2 uOutRes;
#include "ffx_a.h" #include "ffx_a.h"
#define FSR_EASU_F 1 #define FSR_EASU_F 1
#define FSR_RCAS_F 1
AF4 FsrEasuRF(AF2 p){return AF4(textureGather(iChannel0, p, 0));} AF4 FsrEasuRF(AF2 p){return AF4(textureGather(iChannel0, p, 0));}
AF4 FsrEasuGF(AF2 p){return AF4(textureGather(iChannel0, p, 1));} AF4 FsrEasuGF(AF2 p){return AF4(textureGather(iChannel0, p, 1));}