Added documentation.

This commit is contained in:
the_fiddler 2009-08-15 16:02:52 +00:00
parent 4c8418d871
commit 59d6ad7b3a

View file

@ -14,7 +14,9 @@ namespace OpenTK.Graphics
{
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,
bool stereo);
bool stereo);
}
}