diff options
Diffstat (limited to 'src/native/ogl/gldefs.h')
-rw-r--r-- | src/native/ogl/gldefs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/native/ogl/gldefs.h b/src/native/ogl/gldefs.h index b1fbe7d..7d5b70b 100644 --- a/src/native/ogl/gldefs.h +++ b/src/native/ogl/gldefs.h @@ -520,6 +520,14 @@ typedef struct { multisampling API to enable/disable scene antialiasing. */ jboolean implicit_multisample; + + // by MIK OF CLASSX + /* + Used by transparentOffScreen feature. + This is the value of the alpha channel + of the background. + */ + GLfloat alphaClearValue; /* GL_SGIS_sharpen_texture */ jboolean textureSharpenAvailable; |