diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-02 15:36:29 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-02 15:36:29 -0700 |
commit | 2f145f84d88a08cc8a8bb0fc009c3e450b34b2fd (patch) | |
tree | 1105728153de1a452ffb55c4b36cdf71cf76b28e /tests/runner.py | |
parent | 95c1d6a2a423d43db2ac48a94c5d960966de8bf0 (diff) |
glDrawRangeElements
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 0b2e8f35..ceadfa72 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7677,6 +7677,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom_normal_dap_far(self): # indices do nto start from 0 self.btest('cubegeom_normal_dap_far.c', expected='752917084') + def test_cubegeom_normal_dap_far_range(self): # glDrawRangeElements + self.btest('cubegeom_normal_dap_far_range.c', expected='752917084') + def test_cubegeom_mt(self): self.btest('cubegeom_mt.c', expected='-457159152') # multitexture |