diff --git a/Source/GLControl/GLControl.cs b/Source/GLControl/GLControl.cs index 9df97f97..bd3e635c 100644 --- a/Source/GLControl/GLControl.cs +++ b/Source/GLControl/GLControl.cs @@ -365,7 +365,7 @@ namespace OpenTK /// /// Occurs when no OpenTK.Graphics.GraphicsContext is current in the calling thread. /// - [Obsolete("This method will be removed. Please provide your own code to capture framebuffer contents.")] + [Obsolete("This method will not work correctly with OpenGL|ES. Please use ReadPixels to capture the contents of the framebuffer (you can then load them into a System.Drawing.Bitmap for further processing or saving them to disk).")] public Bitmap GrabScreenshot() { ValidateState();