From 5bad9685d1f45d6b183550a4c41528051a8b1910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Sep 2013 12:45:50 +0200 Subject: [PATCH] Doc: added Khronos OpenGL ES presentation to Best Practices. --- doc/best-practices.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/best-practices.dox b/doc/best-practices.dox index 2cddea322..1d64c1929 100644 --- a/doc/best-practices.dox +++ b/doc/best-practices.dox @@ -33,6 +33,10 @@ Here is collection of carefully selected links to official guidelines and other articles with valuable information to help developers create better applications. Feel free to add one, if it contains new unique information. +@section best-practices-general General best practices + +- [Writing Portable OpenGL ES 2.0](https://www.khronos.org/assets/uploads/developers/library/2011-siggraph-mobile/Writing-Portable-OpenGL-ES-2.0_Aug-11.pdf) + @section best-practices-platform Platform-specific Some platforms need special care, see their respective sections for more