mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 13:15:29 +00:00
Added documentation.
This commit is contained in:
parent
e2f7e73894
commit
0feae9b6e3
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue