mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: remove warning disabling in ffx.c
This commit is contained in:
parent
ffabdd348c
commit
26d2feb4d8
@ -25,12 +25,10 @@
|
|||||||
|
|
||||||
#define A_CPU
|
#define A_CPU
|
||||||
#define A_RESTRICT
|
#define A_RESTRICT
|
||||||
#pragma GCC diagnostic push
|
#define A_STATIC inline static
|
||||||
#pragma GCC diagnostic ignored "-Wunused-function"
|
|
||||||
#include "shader/ffx_a.h"
|
#include "shader/ffx_a.h"
|
||||||
#include "shader/ffx_cas.h"
|
#include "shader/ffx_cas.h"
|
||||||
#include "shader/ffx_fsr1.h"
|
#include "shader/ffx_fsr1.h"
|
||||||
#pragma GCC diagnostic pop
|
|
||||||
|
|
||||||
void ffxCasConst(uint32_t consts[8], float sharpness, float inputX, float inputY,
|
void ffxCasConst(uint32_t consts[8], float sharpness, float inputX, float inputY,
|
||||||
float outputX, float outputY)
|
float outputX, float outputY)
|
||||||
|
Loading…
Reference in New Issue
Block a user