Added documentation.

This commit is contained in:
the_fiddler 2009-08-15 16:02:52 +00:00
parent e2f7e73894
commit 0feae9b6e3

View file

@ -14,7 +14,9 @@ namespace OpenTK.Graphics
{ {
internal interface IGraphicsMode internal interface IGraphicsMode
{ {
// Creates a temporary OpenGL context (if necessary) and finds the mode which closest matches
// the specified parameters.
GraphicsMode SelectGraphicsMode(ColorFormat color, int depth, int stencil, int samples, ColorFormat accum, int buffers, GraphicsMode SelectGraphicsMode(ColorFormat color, int depth, int stencil, int samples, ColorFormat accum, int buffers,
bool stereo); bool stereo);
} }
} }