mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 10:31:05 +00:00
Added documentation.
This commit is contained in:
parent
4c8418d871
commit
59d6ad7b3a
|
@ -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