diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-23 13:57:35 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-23 13:57:35 +0100 |
commit | 7142526a3f3318f648cedf1f6ea7b5150a6001a9 (patch) | |
tree | 33fb7903bc6e040e8636cb2491035572ca6b02d4 /tests/runner.py | |
parent | 0d663f0cc9a52c2fcd1a5c50271718d80846cf0d (diff) |
fix glBufferSubData
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 a4bc4944..f6784a2d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -9628,6 +9628,9 @@ elif 'browser' in str(sys.argv): def test_float_tex(self): self.btest('float_tex.cpp', reference='float_tex.png') + def test_subdata(self): + self.btest('gl_subdata.cpp', reference='float_tex.png') + def test_runtimelink(self): main, supp = self.setup_runtimelink_test() |