Added Angle-related enums and definitions
authorJonas Boesch <jonas.boesch@phonak.com>
Tue, 21 Apr 2015 14:08:50 +0000 (16:08 +0200)
committerManuel Zanin <manuel.zanin@sonova.com>
Mon, 28 Nov 2016 11:20:59 +0000 (12:20 +0100)
commitdf66598182e4a24e4d9f68a6218dcd95e070d605
treea1120fe2ca07e6c6b520042b29f4d102f9f62119
parent7b795a02e108ad272138a355557865238f0d2b26
Added Angle-related enums and definitions

+ GraphicsContextFlags now has Angle and Offscreen flags.
+ Egl now has PLATFORM_ANGLE related const ints.
+ Added eglGetPlatformDisplayEXT p/invoke definition
+ Added eglQuerySurfacePointerANGLE p/invoke definition
+ EglWindowInfo.CreatePbufferSurface was commented out. Enabled and fixed it.
+ GraphicsContextFlags.Offscreen will make the context create a PbufferSurface instead of a WindowSurface in EglContext
+ SurfaceType enum to select surface type for SelectGraphicsMode
Source/OpenTK/Platform/Egl/EglAngle.cs [new file with mode: 0644]
src/OpenTK/Graphics/GraphicsContext.cs
src/OpenTK/Graphics/GraphicsContextFlags.cs
src/OpenTK/OpenTK.csproj
src/OpenTK/Platform/Egl/Egl.cs
src/OpenTK/Platform/Egl/EglContext.cs
src/OpenTK/Platform/Egl/EglGraphicsMode.cs
src/OpenTK/Platform/Egl/EglWindowInfo.cs