mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-17 18:20:15 +00:00
Made GraphicsMode public, as it is generally useful.
This commit is contained in:
parent
1eee53da4f
commit
dc38987559
|
@ -347,9 +347,9 @@ namespace OpenTK.Graphics
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the DisplayMode of the context.
|
/// Gets the GraphicsMode of the context.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
GraphicsMode IGraphicsContextInternal.GraphicsMode
|
public GraphicsMode GraphicsMode
|
||||||
{
|
{
|
||||||
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
|
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue