mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[client] egl: don't define FSR_RCAS_F in ffx_fsr1_rcas.frag
This commit is contained in:
parent
c3a143732c
commit
ccee347740
@ -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));}
|
||||||
|
Loading…
Reference in New Issue
Block a user