mirror of
https://github.com/libretro/glsl-shaders.git
synced 2025-02-21 07:31:01 +00:00
(nes-color-decoder) Add missing parameter #defines
This commit is contained in:
parent
bd334ee252
commit
7b9f861b69
@ -19,7 +19,11 @@ uniform COMPAT_PRECISION float contrast;
|
||||
uniform COMPAT_PRECISION float brightness;
|
||||
uniform COMPAT_PRECISION float gamma;
|
||||
#else
|
||||
#define intensity 1.0
|
||||
#define saturation 1.0
|
||||
#define hue_tweak 0.0
|
||||
#define contrast 1.0
|
||||
#define brightness 1.0
|
||||
#define gamma 1.8
|
||||
#endif
|
||||
|
||||
bool wave (int p, int color)
|
||||
|
@ -19,7 +19,11 @@ uniform COMPAT_PRECISION float contrast;
|
||||
uniform COMPAT_PRECISION float brightness;
|
||||
uniform COMPAT_PRECISION float gamma;
|
||||
#else
|
||||
#define intensity 1.0
|
||||
#define saturation 1.0
|
||||
#define hue_tweak 0.0
|
||||
#define contrast 1.0
|
||||
#define brightness 1.0
|
||||
#define gamma 1.8
|
||||
#endif
|
||||
|
||||
bool wave (int p, int color)
|
||||
|
@ -19,7 +19,11 @@ uniform COMPAT_PRECISION float contrast;
|
||||
uniform COMPAT_PRECISION float brightness;
|
||||
uniform COMPAT_PRECISION float gamma;
|
||||
#else
|
||||
#define intensity 1.0
|
||||
#define saturation 1.0
|
||||
#define hue_tweak 0.0
|
||||
#define contrast 1.0
|
||||
#define brightness 1.0
|
||||
#define gamma 1.8
|
||||
#endif
|
||||
|
||||
bool wave (int p, int color)
|
||||
|
Loading…
x
Reference in New Issue
Block a user