Added documentation.

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

View file

@ -14,6 +14,8 @@ 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);
} }