Enum InitHintANGLEPlatformType
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum InitHintANGLEPlatformType
Fields
Name | Description |
---|---|
ANGLEPlatformType | Specifies the platform type (rendering backend) to request when using OpenGL ES and EGL via ANGLE. If the requested platform type is unavailable, ANGLE will use its default. Possible values are one of None, OpenGL, OpenGLES, D3D9, D3D11, Vulkan and Metal. The ANGLE platform type is specified via the EGL_ANGLE_platform_angle extension. This extension is not used if this hint is GLFW_ANGLE_PLATFORM_TYPE_NONE, which is the default value. |