tests: remove/update old comments

This commit is contained in:
Brian Paul 2009-03-18 10:23:31 -06:00
parent 0b0e2159f2
commit 4c460cfd2b
2 changed files with 2 additions and 18 deletions

View file

@ -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>

View file

@ -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>