mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
6 lines
276 B
C
6 lines
276 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"
|