mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-15 21:05:37 +00:00
[client] egl: remove warning disabling in ffx.c
This commit is contained in:
parent
ffabdd348c
commit
26d2feb4d8
1 changed files with 1 additions and 3 deletions
|
@ -25,12 +25,10 @@
|
|||
|
||||
#define A_CPU
|
||||
#define A_RESTRICT
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||
#define A_STATIC inline static
|
||||
#include "shader/ffx_a.h"
|
||||
#include "shader/ffx_cas.h"
|
||||
#include "shader/ffx_fsr1.h"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
void ffxCasConst(uint32_t consts[8], float sharpness, float inputX, float inputY,
|
||||
float outputX, float outputY)
|
||||
|
|
Loading…
Add table
Reference in a new issue