diff options
Diffstat (limited to 'progs/trivial/tri-fbo-tex.c')
-rw-r--r-- | progs/trivial/tri-fbo-tex.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/progs/trivial/tri-fbo-tex.c b/progs/trivial/tri-fbo-tex.c index 253f9310db4..72b4cf3683d 100644 --- a/progs/trivial/tri-fbo-tex.c +++ b/progs/trivial/tri-fbo-tex.c @@ -1,12 +1,4 @@ -/* - * Test GL_EXT_framebuffer_object render-to-texture - * - * Draw a teapot into a texture image with stenciling. - * Then draw a textured quad using that texture. - * - * Brian Paul - * 18 Apr 2005 - */ +/* Framebuffer object test */ #include <GL/glew.h> |