Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: third_party/gles2_book/gles2_book.gyp

Issue 549063: Added cubemap demo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gles2_book/gles2_book.gyp
===================================================================
--- third_party/gles2_book/gles2_book.gyp (revision 36268)
+++ third_party/gles2_book/gles2_book.gyp (working copy)
@@ -62,6 +62,17 @@
],
},
{
+ 'target_name': 'simple_texture_cubemap',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'es_util',
+ ],
+ 'sources': [
+ 'Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.c',
+ 'Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.h',
+ ],
+ },
+ {
'target_name': 'simple_vertex_shader',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698