noiseTextureResolution
const int noiseTextureResolution = 256;
Section titled “const int noiseTextureResolution = 256;”Location: any GLSL file
Sets the resolution for noisetex. This texture is always square, so the value applies to both x and y axes. The default value is 256.