Commit 1aa66bc7 by Martin Radev Committed by Commit Bot

Add ANGLE_multiview sample

The patch adds a sample which makes use of the ANGLE_multiview extension to draw the same scene to two views each having its own camera matrix. BUG=angleproject:2062 TEST=angle_end2end_tests Change-Id: I4b765a189047bf219a05e98b032ad95efbb36905 Reviewed-on: https://chromium-review.googlesource.com/655166 Commit-Queue: Martin Radev <mradev@nvidia.com> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 6f0c17c7
......@@ -123,7 +123,15 @@
}
]
},
{
'target_name': 'multiview',
'type': 'executable',
'dependencies': [ 'sample_util' ],
'includes': [ '../gyp/common_defines.gypi', ],
'sources': [ 'multiview/Multiview.cpp', ],
},
{
'target_name': 'particle_system',
'type': 'executable',
......
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