From 0cf64cef74b9120bd5875bd8084db4024c27856d Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 30 Jul 2017 20:55:49 +0200 Subject: [PATCH] Updated OpenGL Graphic API (markdown) --- OpenGL-Graphic-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenGL-Graphic-API.md b/OpenGL-Graphic-API.md index 683c6a8..60c8b6c 100644 --- a/OpenGL-Graphic-API.md +++ b/OpenGL-Graphic-API.md @@ -16,7 +16,7 @@ HTML5 (Web) | `WebGL 1.0 (OpenGL ES 2.0)` | `OpenGL ES 2.0` transformed to `WebG Additional backends (not supported by default): PLATFORM | OpenGL version | Notes ---- | :---: | --- +--- | :------: | --- DESKTOP:Windows | `OpenGL ES 2.0` | Support through two possible ways: `WGL_EXT_create_context_es2_profile`
extension or [ANGLE]() project DESKTOP:Linux | `OpenGL ES 2.0` | Support through `GLX_EXT_create_context_es2_profile` extension ANDROID | `OpenGL ES 3.0` | Only about [55% Android devices](https://developer.android.com/about/dashboards/index.html) support it right now.