Commit 6fdb4ffd by Shannon Woods

Adds microbenchmark for resizing vs. creating new textures

Change-Id: I21a20250492b6b19181386890afd5e1a911ee055 Reviewed-on: https://chromium-review.googlesource.com/240091Reviewed-by: 's avatarNicolas Capens <capn@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent 1c394f40
...@@ -141,6 +141,14 @@ ...@@ -141,6 +141,14 @@
}, },
{ {
'target_name': 'tex_redef_microbench',
'type': 'executable',
'dependencies': [ 'sample_util' ],
'includes': [ '../build/common_defines.gypi', ],
'sources': [ '<!@(python <(angle_path)/enumerate_files.py angle/tex_redef_microbench -types *.cpp *.h *.glsl)' ],
},
{
'target_name': 'multiple_draw_buffers', 'target_name': 'multiple_draw_buffers',
'type': 'executable', 'type': 'executable',
'dependencies': [ 'sample_util' ], 'dependencies': [ 'sample_util' ],
......
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