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