diff options
author | Brian <[email protected]> | 2007-05-02 18:48:51 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-05-02 18:48:51 -0600 |
commit | 2dfb03beb2751c873d7a7499ffb52dac7d758184 (patch) | |
tree | 1004918014c8a660b331430daa3f86c92c4ee424 /progs/glsl/Makefile | |
parent | 18cfe0c801229c91d3973282b0693b8fd7df74f3 (diff) |
New test of the dFdx(), dFdy() functions.
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 e08d4102c88..b51a2a32b47 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -16,6 +16,7 @@ LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(T PROGS = \ brick \ bump \ + deriv \ mandelbrot \ noise \ toyball \ |