diff options
author | Michal Krol <mjkrol@gmail.org> | 2006-02-18 15:11:18 +0000 |
---|---|---|
committer | Michal Krol <mjkrol@gmail.org> | 2006-02-18 15:11:18 +0000 |
commit | 3654193a4d417560c90b4bbe47d8070919cdc348 (patch) | |
tree | 9c984f7fe482f9af08575d6b3338cd4128e5455c /progs/demos/Makefile | |
parent | e94be8d5c0b28c4eecf8492cb07ae9dff9026ada (diff) |
More GLSL code.
- general constructors allowed;
- implement noise functions (from Stefan Gustavson - thanks!)
- cosmetic stuff.
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 39674b0ce..dda2170c3 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -30,6 +30,7 @@ PROGS = \ geartrain \ glinfo \ gloss \ + glslnoise.c \ gltestperf \ glutfx \ isosurf \ |