From c880b5822fb6d19e7650c2b9a3bfff3d1c3a507b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 26 Apr 2008 04:37:25 -0400 Subject: [PATCH] Removed incorrect statement in the documentation. --HG-- branch : trunk --- mojoshader.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mojoshader.h b/mojoshader.h index c06ff7b2..18918e78 100644 --- a/mojoshader.h +++ b/mojoshader.h @@ -399,9 +399,6 @@ MOJOSHADER_glShader *MOJOSHADER_glCompileShader(const unsigned char *tokenbuf, * It is illegal to give a vertex shader for (pshader) or a pixel shader * for (vshader). * - * It is illegal to delete a shader while there is still a linked program - * using it. Delete the programs before the shaders. - * * Once you have successfully linked a program, you may render with it. * * Returns NULL on error, or a program handle on success.