Skip to content

Commit

Permalink
Created file
Browse files Browse the repository at this point in the history
  • Loading branch information
stegu committed May 16, 2016
1 parent cffb52a commit 4aa935b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/README
@@ -0,0 +1,10 @@
These files contain noise functions that are compatible with all
current versions of GLSL (1.20 and up), and all you need to use them
is provided in the source file. There is no external data, and no
setup procedure. Just cut and paste and call the function.

GLSL has a very rudimentary linker, so some helper functions are
included in several of the files with the same name. If you want to
use more than one of these functions in the same shader, you may run
into problems with redefinition of the functions mod289() and permute().
If that happens, just delete any superfluous definitions.

0 comments on commit 4aa935b

Please sign in to comment.