noiseTextureResolution
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.