From f7fbdfce67030878ec23b2594d501f31f9b3c864 Mon Sep 17 00:00:00 2001 From: kylesucks <44292734+kylesucks@users.noreply.github.com> Date: Fri, 9 Nov 2018 09:13:55 +0000 Subject: [PATCH] my changes (#22571) * my changes * Fixed formatting * Fixed naming --- guide/english/game-development/opengl/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guide/english/game-development/opengl/index.md b/guide/english/game-development/opengl/index.md index b3c6929189..9efea13eb4 100644 --- a/guide/english/game-development/opengl/index.md +++ b/guide/english/game-development/opengl/index.md @@ -20,7 +20,9 @@ Mesa is the GL library used. Ubuntu 16.04 includes Mesa 11.2 which supports Open If you really need 4.5, you will likely need to develop against the propreitary AMD or NVidia drivers, and you will need a card which actually supports 4.5 to run any software you create using that version of the API. -#### More Information: +#### More Information + +- [OpenGL Offical Website](https://www.opengl.org/) +- [OpenGL Wiki](https://en.wikipedia.org/wiki/OpenGL) +- [OpenGL Tutorials](http://www.opengl-tutorial.org/) -[OpenGL Wiki](https://en.wikipedia.org/wiki/OpenGL) -[OpenGL Tutorials](http://www.opengl-tutorial.org/)