mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 08:01:01 +00:00
Synced 0.9.8 branch with trunk.
This commit is contained in:
commit
c67f331b2a
|
@ -19,7 +19,7 @@ namespace OpenTK.Platform.Dummy
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal
|
internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal
|
||||||
{
|
{
|
||||||
GraphicsMode format;
|
GraphicsMode format = GraphicsMode.Default;
|
||||||
bool vsync;
|
bool vsync;
|
||||||
ContextHandle handle;
|
ContextHandle handle;
|
||||||
static int handle_count;
|
static int handle_count;
|
||||||
|
|
Loading…
Reference in a new issue