docs: OpenGL ES 1.0 and 2.0 Tutorials
Change-Id: Id6dc8f8737c60406e96b9b8afac646b8a24fc304
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 0fc10bf..720e143 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -782,6 +782,26 @@
}
},
{
+ tags: ['tutorial', 'gl', 'new'],
+ path: 'tutorials/opengl/opengl-es10.html',
+ title: {
+ en: 'OpenGL ES 1.0'
+ },
+ description: {
+ en: 'The basics of implementing an application using the OpenGL ES 1.0 APIs.'
+ }
+ },
+ {
+ tags: ['tutorial', 'gl', 'new'],
+ path: 'tutorials/opengl/opengl-es20.html',
+ title: {
+ en: 'OpenGL ES 2.0'
+ },
+ description: {
+ en: 'The basics of implementing an application using the OpenGL ES 2.0 APIs.'
+ }
+ },
+ {
tags: ['tutorial', 'testing'],
path: 'tutorials/testing/helloandroid_test.html',
title: {