Commit 37950fc7 authored by gman@chromium.org's avatar gman@chromium.org

Add back in compressed_textures sample.

This used to be in gpu/command_buffer/client/gles2_demo_cc.cc
but was accidentally deleted in r101545. You can view it here
http://src.chromium.org/viewvc/chrome/trunk/src/gpu/command_buffer/client/gles2_demo_cc.cc?view=log&pathrev=101544

I need this for testing compressed texture support in ANGLE

TEST=none
BUG=none

R=jbates@chromium.org


Review URL: http://codereview.chromium.org/8764010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112632 0039d316-1c4b-4281-b951-d872f2087c98
parent 1f19fb36
This diff is collapsed.
...@@ -205,6 +205,17 @@ ...@@ -205,6 +205,17 @@
'gles2_book/demo_texture_wrap.cc', 'gles2_book/demo_texture_wrap.cc',
], ],
}, },
{
'target_name': 'compressed_textures_exe',
'type': 'executable',
'dependencies': [
'gpu_demo_framework_exe',
'../../third_party/gles2_book/gles2_book.gyp:es_util',
],
'sources': [
'compressed_textures/compressed_textures.cc',
],
},
], ],
'conditions': [ 'conditions': [
['enable_pepper_demos==1', { ['enable_pepper_demos==1', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment