diff options
author | Brian Paul <[email protected]> | 2009-11-30 15:31:30 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-30 15:31:34 -0700 |
commit | 344a2a9abbe22236e8511d8166023bf81c85b03f (patch) | |
tree | 974f83b649c9a036d99ac967c32bcc9c04eafe8f /progs/trivial/SConscript | |
parent | 7505510c7b7c33f3c571647c0398da7e1b823806 (diff) |
progs/trivial: added two simple texture tests
One draws a series of quads with different textures.
The other draws with one texture which is changed with glTexSubImage2D().
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 9a1f3575bdc..37a53293bfc 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -77,6 +77,8 @@ progs = [ 'quadstrip-cont', 'quadstrip-flat', 'quadstrip', + 'sub-tex', + 'tex-quads', 'tri-alpha', 'tri-blend-color', 'tri-blend-max', |