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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/graphics/opengl/opengl-sys.h b/backends/graphics/opengl/opengl-sys.h
index 6da1850cba..239512bc8a 100644
--- a/backends/graphics/opengl/opengl-sys.h
+++ b/backends/graphics/opengl/opengl-sys.h
@@ -85,9 +85,10 @@ struct Context {
/**
* Reset context.
*
- * This marks all extensions as unavailable.
+ * This marks all extensions as unavailable and clears all function
+ * pointers.
*/
- void reset(bool full = false);
+ void reset();
/** Whether GL_ARB_texture_non_power_of_two is available or not. */
bool NPOTSupported;