Added documentation.
This commit is contained in:
parent
4c8418d871
commit
59d6ad7b3a
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue