(nes-color-decoder) Add missing parameter #defines

This commit is contained in:
Monroe88 2017-04-20 19:30:00 -05:00
parent bd334ee252
commit 7b9f861b69
3 changed files with 15 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)