diff options
author | Michal Krol <[email protected]> | 2006-02-15 10:58:52 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2006-02-15 10:58:52 +0000 |
commit | 3699751b0b6fc16489f0faa72005de85af0bb53b (patch) | |
tree | d48a708d0da207dcd6c66cb9f090db9c6f51f536 /progs/demos/Makefile | |
parent | d5aca8bf0cbfc23d8cede95a19909605277f6a7b (diff) |
Demonstrate GLSL fragment and vertex shaders.
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 2009c42c69d..39674b0ce20 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -15,6 +15,7 @@ LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT PROGS = \ arbfplight \ + arbfslight \ arbocclude \ bounce \ clearspd \ |