Skip to content

Commit

Permalink
Removed incorrect statement in the documentation.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 26, 2008
1 parent 08dc259 commit c880b58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mojoshader.h
Expand Up @@ -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.
Expand Down

0 comments on commit c880b58

Please sign in to comment.