From 3a357816fd7ffec5b0e52642ea34bb5141d55fe2 Mon Sep 17 00:00:00 2001 From: Scott Porter Date: Mon, 24 Jul 2023 18:57:09 +0930 Subject: [PATCH] PLATFORM_UWP: Updated the ANGLE link the correct google repository URL --- raylib-platforms-and-graphics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-platforms-and-graphics.md b/raylib-platforms-and-graphics.md index b32226d..7bb6f23 100644 --- a/raylib-platforms-and-graphics.md +++ b/raylib-platforms-and-graphics.md @@ -10,7 +10,7 @@ PLATFORM_DESKTOP | Windows | `OpenGL 1.1`
`OpenGL 2.1`
`OpenGL 3.3` | Mu PLATFORM_DESKTOP | Linux | `OpenGL 1.1`
`OpenGL 2.1`
`OpenGL 3.3` | Multiple distros supported: Ubuntu, Debian, openSUSE, Arch... PLATFORM_DESKTOP | macOS | `OpenGL 1.1`
`OpenGL 2.1`
`OpenGL 3.3` | Any version that supports at least OpenGL 1.1 PLATFORM_ANDROID | Android | `OpenGL ES 2.0` | Supported from API level 16 (JellyBean 4.1.x) -PLATFORM_UWP | Windows UWP | `OpenGL ES 2.0` | Supports any UWP device (Desktop App, Phones, Xbox One...). Runs over Direct3D 11 using [ANGLE](https://github.com/Microsoft/angle) emulation layer. +PLATFORM_UWP | Windows UWP | `OpenGL ES 2.0` | Supports any UWP device (Desktop App, Phones, Xbox One...). Runs over Direct3D 11 using [ANGLE](https://github.com/google/angle) emulation layer. PLATFORM_RPI | Raspbian (native) | `OpenGL ES 2.0` | Runs graphics natively on console, no X11 windowing/inputs system required. PLATFORM_RPI | Raspbian (X11 desktop) | `OpenGL 1.1`
`OpenGL 2.1` | Runs on X11 desktop, requires VC4 OpenGL driver enabled. PLATFORM_WEB | HTML5 (browser) | `WebGL 1.0 (OpenGL ES 2.0)` | `OpenGL ES 2.0` transformed to `WebGL 1.0` on compilation
(using `emscripten SDK`), no emulation layer, only pure `WebGL 1.0` translation.