mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
6 lines
281 B
C
6 lines
281 B
C
#define GP_GL_SHADER_CODE_DRAWQUADPIXELCONSTANTS_H "uniform vec4 constants_Modulation;\n"\
|
|
"uniform vec2 constants_FlickerAxis;\n"\
|
|
"uniform float constants_FlickerStartThreshold;\n"\
|
|
"uniform float constants_FlickerEndThreshold;\n"\
|
|
"uniform float constants_Desaturation;\n"
|