aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/opengl-sys.h')
-rw-r--r--backends/graphics/opengl/opengl-sys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/opengl/opengl-sys.h b/backends/graphics/opengl/opengl-sys.h
index cec1f5100d..4d143485b6 100644
--- a/backends/graphics/opengl/opengl-sys.h
+++ b/backends/graphics/opengl/opengl-sys.h
@@ -102,6 +102,9 @@ struct Context {
*/
void reset();
+ /** The maximum texture size supported by the context. */
+ GLint _maxTextureSize;
+
/** Whether GL_ARB_texture_non_power_of_two is available or not. */
bool NPOTSupported;