From 16a13f71bb3fb12e2d56baee3aecc6f44828457e Mon Sep 17 00:00:00 2001 From: RDR8 Date: Mon, 11 Dec 2017 20:39:21 -0600 Subject: [PATCH] Updated Compile for Raspberry Pi (markdown) --- Compile-for-Raspberry-Pi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compile-for-Raspberry-Pi.md b/Compile-for-Raspberry-Pi.md index 194a123..1dcb577 100644 --- a/Compile-for-Raspberry-Pi.md +++ b/Compile-for-Raspberry-Pi.md @@ -6,9 +6,9 @@ Currently ALL Raspberry Pi devices are supported by raylib (1, 2, 3, Zero and va ### Supported OpenGL backends - - OpenGL ES 2.0 in native mode, not X11 (any RPI version) - - OpenGL 1.1 on X11 desktop mode (**only RPI 2 and 3**) - - OpenGL 2.1 on X11 desktop mode (**only RPI 2 and 3**) + - OpenGL ES 2.0 in native mode, not X11 (any RPI version, Legacy GL driver) + - OpenGL 1.1 on X11 desktop mode (**only RPI 2 and 3**, OpenGL driver) + - OpenGL 2.1 on X11 desktop mode (**only RPI 2 and 3**, OpenGL driver) ### Installing dependencies