Home | History | Annotate | Download | only in shaders

Lines Matching refs:limitValue

396 // limitValue is the maximum perlin noise array index value allowed
398 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
402 if (noiseValue >= limitValue) {