diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-03-24 21:18:54 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-03-25 21:03:10 +0000 |
commit | 5381331f97e55db12cce30859a0156c69894f1d2 (patch) | |
tree | cc293955679e2d2d7a2050cbd011a9e8d7806dea /src/gallium/state_trackers/python/tests/texture.py | |
parent | ce518f4b0f361189957f20ce642afe919da680ba (diff) |
python: s/num_cbufs/nr_cbufs/
Diffstat (limited to 'src/gallium/state_trackers/python/tests/texture.py')
-rw-r--r-- | src/gallium/state_trackers/python/tests/texture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/tests/texture.py b/src/gallium/state_trackers/python/tests/texture.py index 880a61306c..8cec57e2a6 100644 --- a/src/gallium/state_trackers/python/tests/texture.py +++ b/src/gallium/state_trackers/python/tests/texture.py @@ -234,7 +234,7 @@ class TextureTest(TestCase): fb = Framebuffer() fb.width = width fb.height = height - fb.num_cbufs = 1 + fb.nr_cbufs = 1 fb.set_cbuf(0, cbuf) ctx.set_framebuffer(fb) ctx.surface_clear(cbuf, 0x00000000) |