diff options
| author | allusive-dev <[email protected]> | 2023-11-04 08:14:28 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-04 08:14:28 +1100 |
| commit | d270894f08bc79177cbb4a20ab681881203510b2 (patch) | |
| tree | 2be7ce54762db17713d637829ffc3bd1a1b4b3fa /src/backend/gl/gl_common.h | |
| parent | update 1.2.7 (diff) | |
| download | compfy-1.2.9.tar.xz compfy-1.2.9.zip | |
Fixes for #18 and #231.2.9
Diffstat (limited to 'src/backend/gl/gl_common.h')
| -rw-r--r-- | src/backend/gl/gl_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/gl/gl_common.h b/src/backend/gl/gl_common.h index 3a78865..f4eee29 100644 --- a/src/backend/gl/gl_common.h +++ b/src/backend/gl/gl_common.h @@ -35,6 +35,7 @@ typedef struct { GLint uniform_opacity; GLint uniform_invert_color; GLint uniform_tex; + GLint uniform_effective_size; GLint uniform_dim; GLint uniform_brightness; GLint uniform_max_brightness; |