From 450975be510732b8528338bfa75bbd2d5146c251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 30 Jul 2013 14:59:37 +0200 Subject: [PATCH] Added Tegra best practices to documentation. --- doc/best-practices.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/best-practices.dox b/doc/best-practices.dox index 6dba060be..5e5c31ca1 100644 --- a/doc/best-practices.dox +++ b/doc/best-practices.dox @@ -69,5 +69,9 @@ vertex and index buffers. - [PowerVR Performance Recommendations](http://www.imgtec.com/powervr/insider/docs/PowerVR.Performance%20Recommendations.1.0.28.External.pdf) [PDF] +@subsection best-practices-tegra NVidia Tegra hardware + +- [Optimize OpenGL ES 2.0 Performance for Tegra](http://docs.nvidia.com/tegra/data/Optimize_OpenGL_ES_2_0_Performance_for_Tegra.html) + */ }