From 344a2a9abbe22236e8511d8166023bf81c85b03f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 30 Nov 2009 15:31:30 -0700 Subject: 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(). --- progs/trivial/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/trivial/SConscript') diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 9a1f3575bd..37a53293bf 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', -- cgit v1.2.3