diff options
author | Brian Paul <[email protected]> | 2009-02-27 17:27:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-28 11:09:13 -0700 |
commit | fe353787698153216e5fc68c63ad0a48e71d49bf (patch) | |
tree | eec0cc68863ed772e30e9158c9968b7bc37a5ee1 /progs/glsl/Makefile | |
parent | c50c2e4e986024c728cc35e56e56250e947080a6 (diff) |
demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.
Heh, I wrote this program a long time ago but just discovered today that
it wasn't in git.
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r-- | progs/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 7099eeadbd9..80612770332 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -25,6 +25,7 @@ PROGS = \ pointcoord \ samplers \ samplers_array \ + shadow_sampler \ skinning \ texdemo1 \ toyball \ |